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 20:15:46 -04:00
parent acb54f098c
commit 467595afc9

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"
fi fi
sleep 2 sleep 2
done done
printf "[WGDashboard] WGDashboard w/ Gunicorn started successfully"
printf "[WGDashboard] Log files is under ./log\n"
printf "%s\n" "$dashes" printf "%s\n" "$dashes"
} }