From 2b5051c0843694fbb095d5fa6cc56e0dc40fd8e2 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Nov 2022 20:49:25 -0600 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 fdd9484..33eacc5 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -361,7 +361,7 @@ REMOVEFLOPPY() { echo "" echo -e "${Green}Floppy has been removed, you must reboot to take effect.${Color_Off}" - read -en 1 -p "${Blue}Would you like to reboot now (y/N)?" choice + read -e -n 1 -p "${Blue}Would you like to reboot now (y/N)?" choice case "$choice" in [Yy]) echo