forked from github/server
re-enable sending reports
This commit is contained in:
parent
fea5d86690
commit
dd586f7203
|
@ -39,7 +39,7 @@ if [ ! -s $ERESSEA/game-$GAME/data/$TURN.dat ]; then
|
|||
fi
|
||||
echo "sending reports for game $GAME, turn $TURN"
|
||||
$BIN/compress.sh $GAME $TURN
|
||||
# $BIN/sendreports.sh $GAME
|
||||
# [ $GAME -lt 4 ] && $BIN/send-summary $GAME
|
||||
$BIN/sendreports.sh $GAME
|
||||
[ $GAME -lt 4 ] && $BIN/send-summary $GAME
|
||||
$BIN/backup-eressea $GAME $TURN
|
||||
rm -f test/execute.lock
|
||||
|
|
Loading…
Reference in New Issue