From e6c99028d68259b98516cee47ab54e377502e2a1 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Fri, 16 Aug 2024 17:16:54 -0400 Subject: [PATCH] Update wgd.sh --- src/wgd.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/wgd.sh b/src/wgd.sh index 80c1d7d..390d94a 100755 --- a/src/wgd.sh +++ b/src/wgd.sh @@ -112,7 +112,7 @@ _installPythonVenv(){ fi ;; *) - printf "[WGDashboard] %s Sorry, your OS is not supported. Currently the install script only support Debian-based, Red Hat-based OS." "$heavy_crossmark" + printf "[WGDashboard] %s Sorry, your OS is not supported. Currently the install script only support Debian-based, Red Hat-based OS.\n" "$heavy_crossmark" printf "%s\n" "$helpMsg" kill $TOP_PID ;; @@ -150,7 +150,8 @@ _installPythonPip(){ fi ;; *) - printf "[WGDashboard] Sorry, your OS is not support auto install. Currently the install script only support Debian-based, Red Hat-based OS." + printf "[WGDashboard] %s Sorry, your OS is not supported. Currently the install script only support Debian-based, Red Hat-based OS.\n" "$heavy_crossmark" + printf "%s\n" "$OS" printf "%s\n" "$helpMsg" kill $TOP_PID ;;