diff --git a/process/cron/run-eressea.cron b/process/cron/run-eressea.cron index f29c1baa9..854b80b8f 100755 --- a/process/cron/run-eressea.cron +++ b/process/cron/run-eressea.cron @@ -47,6 +47,11 @@ if [ ! -s "$ERESSEA/game-$GAME/data/$TURN.dat" ]; then echo "server did not create data for turn $TURN in game $GAME" exit 3 fi +if [ ! -f "express-$TURN.txt" ]; then + if [ -f express.txt ]; then + mv express.txt "express-$TURN.txt" + fi +fi echo "sending reports for game $GAME, turn $TURN" "$BIN/compress.sh" "$GAME" "$TURN" "$BIN/sendreports.sh" "$GAME"