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
0c37d93c01
commit
764ef80a62
@ -244,7 +244,7 @@ gunicorn_start () {
|
||||
checkPIDExist=0
|
||||
while [ $checkPIDExist -eq 0 ]
|
||||
do
|
||||
if [ ! -f './gunicorn.pid' ]; then
|
||||
if test -f './gunicorn.pid'; then
|
||||
checkPIDExist=1
|
||||
fi
|
||||
sleep 2
|
||||
|
Loading…
Reference in New Issue
Block a user