In cron-upgrade use --no-tail on server.py call.

This commit is contained in:
Albert Cervera i Areny 2017-01-25 09:55:37 +01:00
parent 7128c89eb4
commit 4cfa4d271b
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ dropdb $TO_DATABASE
invoke database.copy -o $TO_DATABASE $FROM_DATABASE $TO_DATABASE
export PYTHONPATH=trytond
./upgrades/upgrade $TO_DATABASE $FROM_VERSION
./server.py start $TO_DATABASE
./server.py --no-tail start $TO_DATABASE