Update wgd.sh

This commit is contained in:
Donald Zou 2024-08-04 20:16:26 -04:00
parent 467595afc9
commit 8c8374a08c

View file

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