mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-08-29 08:11:14 +00:00
Update wgd.sh
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user