re-enable sending reports

This commit is contained in:
Enno Rehling 2015-02-08 14:01:22 +01:00
parent fea5d86690
commit dd586f7203
1 changed files with 2 additions and 2 deletions

View File

@ -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