forked from github/server
accept that the lates express is not numbered
This commit is contained in:
parent
ab078db7cb
commit
860d5c75d7
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue