accept that the lates express is not numbered

This commit is contained in:
Enno Rehling 2021-09-02 20:15:34 +02:00
parent ab078db7cb
commit 860d5c75d7
1 changed files with 5 additions and 0 deletions

View File

@ -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" echo "server did not create data for turn $TURN in game $GAME"
exit 3 exit 3
fi 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" echo "sending reports for game $GAME, turn $TURN"
"$BIN/compress.sh" "$GAME" "$TURN" "$BIN/compress.sh" "$GAME" "$TURN"
"$BIN/sendreports.sh" "$GAME" "$BIN/sendreports.sh" "$GAME"