fix rename orders.dir after creating orders

This commit is contained in:
Enno Rehling 2021-01-02 09:19:23 +01:00
parent cd7f4026ca
commit 8ef3d1ed3f
1 changed files with 2 additions and 0 deletions

View File

@ -21,4 +21,6 @@ cd orders.dir || exit
php ../../orders-php/cli.php -d "orders.db" export | tr -d '\r' > "../orders.$TURN"
cd .. || exit
mv orders.dir "orders.dir.$TURN"
mkdir -p orders.dir