mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
9 lines
175 B
Text
9 lines
175 B
Text
|
#!/bin/bash
|
||
|
|
||
|
set -euo pipefail
|
||
|
|
||
|
source /etc/container_environment.sh
|
||
|
source /etc/overleaf/env.sh
|
||
|
cd /overleaf/services/project-history
|
||
|
node scripts/force_resync.js 1000 force
|