forked from github/server
fix rename orders.dir after creating orders
This commit is contained in:
parent
cd7f4026ca
commit
8ef3d1ed3f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue