Docker image which provides a full Eressea installation to host a local game.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
385 B

3 weeks ago
  1. --- create-orders.org 2020-12-03 20:21:23.379383000 +0000
  2. +++ create-orders 2020-12-03 20:22:20.290087000 +0000
  3. @@ -10,12 +10,12 @@
  4. cd "$ERESSEA/game-$GAME" || exit
  5. -lockfile -r3 -l120 orders.queue.lock
  6. if [ -d "orders.dir.$TURN" ]; then
  7. echo "orders.dir.$TURN already exists"
  8. exit
  9. fi
  10. rm -f "orders.$TURN"
  11. +lockfile -r3 -l120 orders.queue.lock
  12. cd orders.dir || exit