diff --git a/src/wgd.sh b/src/wgd.sh index 9717218..2eee680 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -239,7 +239,7 @@ gunicorn_start () { _check_and_set_venv sudo "$venv_gunicorn" --access-logfile log/access.log \ --log-level 'debug' --capture-output \ - --config ./gunicorn.conf.py --print-config true + --config ./gunicorn.conf.py --print-config True --error-logfile log/error.log --daemon 'dashboard:app' sleep 5 checkPIDExist=0