From 7db54ee56ced8a2c6d586cb82ec0386f01f2ae4a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Nov 2022 20:18:01 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 3432bbc..f08d606 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -360,10 +360,11 @@ REMOVEFLOPPY() { echo "" echo -e "${Green}Floppy has been removed, you must reboot to take effect.${Color_Off}" - read -n 1 -p "Would you like to reboot now (y/N)?" choice + read -n 1 -p -e "${Blue}Would you like to reboot now (y/N)?" choice case "$choice" in [Yy]) - echo 'The system is now rebooting...' + echo + echo '${BOrange}The system is now rebooting...${Color_Off}' if [ "$EUID" -ne 0 ]; then sudo shutdown -r now else shutdown -r now; fi sleep 60