From 5a2cecfcf9a5cc9c38bf86092bd0d540f1de5c00 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Nov 2022 20:43:19 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 7374f24..72374ff 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -363,8 +363,7 @@ REMOVEFLOPPY() { read -en 1 -p "${Blue}Would you like to reboot now (y/N)?" choice case "$choice" in - [Yy]) - echo + [Yy]) echo echo echo -e "${BOrange}The system is now rebooting...${Color_Off}" if [ "$EUID" -ne 0 ]; then sudo shutdown -r now