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.

14 lines
383 B

  1. --- create-orders 2020-12-26 10:04:52.000000000 +0100
  2. +++ create-orders copy 2020-12-26 10:06:56.000000000 +0100
  3. @@ -14,9 +14,10 @@
  4. echo "orders.dir.$TURN already exists"
  5. exit
  6. fi
  7. +mv orders.dir orders.dir.$TURN
  8. rm -f "orders.$TURN"
  9. -cd orders.dir || exit
  10. +cd orders.dir.$TURN || exit
  11. php ../../orders-php/cli.php -d "orders.db" export | tr -d '\r' > "../orders.$TURN"