mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-01-07 23:11:50 +08:00
Update wgd.sh
This commit is contained in:
parent
8cbdb54402
commit
76fe2a1ba9
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ gunicorn_start () {
|
|||
sudo "$venv_gunicorn" --access-logfile log/access_"$d".log \
|
||||
--log-level 'debug' --capture-output \
|
||||
--error-logfile log/error_"$d".log --daemon 'dashboard:app'
|
||||
|
||||
sleep 5
|
||||
checkPIDExist=0
|
||||
while [ $checkPIDExist -eq 0 ]
|
||||
do
|
||||
|
|
Loading…
Reference in a new issue