mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-06 07:50:13 +01:00
Update wgd.sh
This commit is contained in:
parent
b3bd6bb39e
commit
f815dae300
@ -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
|
||||
--config ./gunicorn.conf.py --print-config true
|
||||
--error-logfile log/error.log --daemon 'dashboard:app'
|
||||
sleep 5
|
||||
checkPIDExist=0
|
||||
|
Loading…
Reference in New Issue
Block a user