From af7b920d6737ece8f3ff9e5f77441b059f81d118 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 17 Aug 2025 18:01:28 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index c307b8f..0effb05 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -276,7 +276,7 @@ SHUTDOWN() { read -n 1 -p "Are you sure you wish to shutdown (y/N)?" choice case "$choice" in [Yy]) ${adm}shutdown -h now - echo 'The system is now shutting down...' + echo -e '\n\nThe system is now shutting down...' sleep 60 exit 0;; * ) MAIN_MENU;;