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