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
467595afc9
commit
8c8374a08c
@ -244,11 +244,11 @@ gunicorn_start () {
|
|||||||
do
|
do
|
||||||
if test -f './gunicorn.pid'; then
|
if test -f './gunicorn.pid'; then
|
||||||
checkPIDExist=1
|
checkPIDExist=1
|
||||||
printf "[WGDashboard] Checking if WGDashboard w/ Gunicorn started successfully"
|
printf "[WGDashboard] Checking if WGDashboard w/ Gunicorn started successfully\n"
|
||||||
fi
|
fi
|
||||||
sleep 2
|
sleep 2
|
||||||
done
|
done
|
||||||
printf "[WGDashboard] WGDashboard w/ Gunicorn started successfully"
|
printf "[WGDashboard] WGDashboard w/ Gunicorn started successfully\n"
|
||||||
printf "%s\n" "$dashes"
|
printf "%s\n" "$dashes"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user