From 7195bdf04f0b91dc047584840709569b173dea85 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 17 Aug 2025 18:02:35 -0500 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 13bbd7a..5999fd5 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -265,7 +265,7 @@ GO_REBOOT() { read -n 1 -p " : " choice case "$choice" in [Yy]) #${adm}shutdown -r now - echo '\n\nThe system is now rebooting...' + echo "\n\nThe system is now rebooting..." sleep 60 exit 0;; * ) MAIN_MENU;; @@ -278,7 +278,7 @@ SHUTDOWN() { read -n 1 -p " : " choice case "$choice" in [Yy]) #${adm}shutdown -h now - echo -e '\n\nThe system is now shutting down...' + echo -e "\n\nThe system is now shutting down..." sleep 60 exit 0;; * ) MAIN_MENU;;