From 8c8374a08c8c317596bb642c37f12c141c7149e1 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sun, 4 Aug 2024 20:16:26 -0400 Subject: [PATCH] Update wgd.sh --- src/wgd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wgd.sh b/src/wgd.sh index 0008cc3..c701556 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -244,11 +244,11 @@ gunicorn_start () { do if test -f './gunicorn.pid'; then checkPIDExist=1 - printf "[WGDashboard] Checking if WGDashboard w/ Gunicorn started successfully" + printf "[WGDashboard] Checking if WGDashboard w/ Gunicorn started successfully\n" fi sleep 2 done - printf "[WGDashboard] WGDashboard w/ Gunicorn started successfully" + printf "[WGDashboard] WGDashboard w/ Gunicorn started successfully\n" printf "%s\n" "$dashes" }