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