mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-06 07:50:13 +01:00
Update wgd.sh
This commit is contained in:
parent
acb54f098c
commit
467595afc9
@ -244,11 +244,11 @@ gunicorn_start () {
|
||||
do
|
||||
if test -f './gunicorn.pid'; then
|
||||
checkPIDExist=1
|
||||
printf "[WGDashboard] Checking if WGDashboard w/ Gunicorn started successfully"
|
||||
fi
|
||||
sleep 2
|
||||
done
|
||||
|
||||
printf "[WGDashboard] Log files is under ./log\n"
|
||||
printf "[WGDashboard] WGDashboard w/ Gunicorn started successfully"
|
||||
printf "%s\n" "$dashes"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user