summaryrefslogtreecommitdiff
path: root/start_qvisqve
diff options
context:
space:
mode:
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)