summaryrefslogtreecommitdiff
path: root/start_qvisqve
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-09-10 19:44:35 +0300
committerLars Wirzenius <liw@liw.fi>2018-09-10 19:44:35 +0300
commit3c46cb2ec6d38157c4659cddd7616e2fe4926748 (patch)
tree2c4b87bff9e29e3c5301d27804f4f90394909bcf /start_qvisqve
parent02eefdaf87eedf6c5051c7f50310d1d90b08b09e (diff)
downloadqvisqve-3c46cb2ec6d38157c4659cddd7616e2fe4926748.tar.gz
Change: make sure start_qvisqve and debug.yaml allow start
Diffstat (limited to 'start_qvisqve')
-rwxr-xr-xstart_qvisqve2
1 files changed, 1 insertions, 1 deletions
diff --git a/start_qvisqve b/start_qvisqve
index 2b9e451..4f054c6 100755
--- a/start_qvisqve
+++ b/start_qvisqve
@@ -78,7 +78,7 @@ run_gunicorn()
config="$1"
gunicorn="$(get "$config" gunicorn)"
case "$gunicorn" in
- no)
+ no|False)
run_bottle "$config"
;;
yes|True|background)