mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 06:30:55 +00:00
7 lines
147 B
Bash
Executable file
7 lines
147 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
source /etc/container_environment.sh
|
|
cd /overleaf/services/project-history
|
|
node scripts/force_resync.js 1000 force
|