mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Set unbuffered binary stdout and stderr.
This commit is contained in:
parent
1bdae333b7
commit
591850bbfd
@ -2,11 +2,12 @@
|
||||
|
||||
if [ $# -eq 0 ]
|
||||
then
|
||||
venv/bin/python opaque.py
|
||||
venv/bin/python -u opaque.py
|
||||
else
|
||||
if [[ $1 == "--setup-database" ]]
|
||||
then
|
||||
venv/bin/python -m flask db init
|
||||
venv/bin/python -m flask db migrate -m "initial migration"
|
||||
venv/bin/python -m flask db upgrade
|
||||
venv/bin/python -m flask insert-initial-database-entries
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user