From dd586f720355039ac5ad439776938e0ba59cceea Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sun, 8 Feb 2015 14:01:22 +0100 Subject: [PATCH] re-enable sending reports --- process/cron/run-eressea.cron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process/cron/run-eressea.cron b/process/cron/run-eressea.cron index becf5b860..471031237 100755 --- a/process/cron/run-eressea.cron +++ b/process/cron/run-eressea.cron @@ -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