From 76fe2a1ba9e0b108a12e02db426b6af90fff9055 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sun, 4 Aug 2024 18:45:57 -0400 Subject: [PATCH] Update wgd.sh --- src/wgd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wgd.sh b/src/wgd.sh index 1925232..9b03116 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -240,7 +240,7 @@ gunicorn_start () { sudo "$venv_gunicorn" --access-logfile log/access_"$d".log \ --log-level 'debug' --capture-output \ --error-logfile log/error_"$d".log --daemon 'dashboard:app' - + sleep 5 checkPIDExist=0 while [ $checkPIDExist -eq 0 ] do