forked from github/server
backup correctly after each turn
This commit is contained in:
parent
e5d53769df
commit
1864d1fc86
|
@ -34,6 +34,6 @@ if [ ! -s $REPORTS/reports.txt ]; then
|
|||
fi
|
||||
$BIN/compress.sh $GAME $TURN
|
||||
$BIN/sendreports.sh $GAME
|
||||
$BIN/backup-eressea $GAME
|
||||
$BIN/backup-eressea $GAME $TURN
|
||||
[ $GAME -lt 4 ] && $BIN/send-summary $GAME
|
||||
rm -f test/execute.lock
|
||||
|
|
Loading…
Reference in New Issue