Skip to content
Snippets Groups Projects
Commit 591850bb authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Set unbuffered binary stdout and stderr.

parent 1bdae333
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment