1
0
mirror of https://github.com/donaldzou/WGDashboard.git synced 2024-11-06 16:00:28 +01:00

Update wgd.sh

This commit is contained in:
Donald Zou 2024-08-04 19:20:31 -04:00
parent 71df6409c2
commit b3bd6bb39e

View File

@ -239,6 +239,7 @@ gunicorn_start () {
_check_and_set_venv _check_and_set_venv
sudo "$venv_gunicorn" --access-logfile log/access.log \ sudo "$venv_gunicorn" --access-logfile log/access.log \
--log-level 'debug' --capture-output \ --log-level 'debug' --capture-output \
--config ./gunicorn.conf.py --print_config
--error-logfile log/error.log --daemon 'dashboard:app' --error-logfile log/error.log --daemon 'dashboard:app'
sleep 5 sleep 5
checkPIDExist=0 checkPIDExist=0