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;;