mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #15622 from overleaf/msm-remove-flush-track-changes-script
[CE/SP] Remove flush_track_changes script GitOrigin-RevId: fbe66d5457260f0d8ae48f8248349558b0e0ad82
This commit is contained in:
parent
42fe453096
commit
06a4989b44
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /overleaf/services/track-changes && node scripts/flush_all.js >> /var/log/sharelatex/track-changes.log 2>&1
|
||||
|
||||
EXIT_CODE="$?"
|
||||
if [ $EXIT_CODE -ne 0 ]
|
||||
then
|
||||
echo "track-changes/scripts/flush_all.js failed with exit code $EXIT_CODE"
|
||||
fi
|
||||
|
||||
exit 0
|
Loading…
Reference in a new issue