remove create-orders patch

This commit is contained in:
2020-12-07 22:46:28 +01:00
parent 4e4f10eff1
commit 889d87dbde
3 changed files with 10 additions and 18 deletions

View File

@ -1,16 +0,0 @@
--- create-orders.org 2020-12-03 20:21:23.379383000 +0000
+++ create-orders 2020-12-03 20:22:20.290087000 +0000
@@ -10,12 +10,12 @@
cd "$ERESSEA/game-$GAME" || exit
-lockfile -r3 -l120 orders.queue.lock
if [ -d "orders.dir.$TURN" ]; then
echo "orders.dir.$TURN already exists"
exit
fi
rm -f "orders.$TURN"
+lockfile -r3 -l120 orders.queue.lock
cd orders.dir || exit