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 15:44:55 -04:00
parent 0c37d93c01
commit 764ef80a62

View File

@ -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