From 02e9aa2a1537d754f9b560d1c70825c1a9055fb9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 17 Aug 2025 18:02:51 -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 5999fd5..bbd5d18 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 -e "\n\nThe system is now rebooting..." sleep 60 exit 0;; * ) MAIN_MENU;;