mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
5b6e229c21
[CE/SP] Hotfix 5.0.2 / 4.2.4 GitOrigin-RevId: 2f9ce416b95a0124edb1a9cf35c2dfa94f6f4a19
7 lines
140 B
Bash
Executable file
7 lines
140 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -euo pipefail
|
|
|
|
source /etc/container_environment.sh
|
|
cd /overleaf/services/project-history
|
|
node scripts/flush_all.js 100000
|