From 82ffeb535b258e91ab125964f4e9d997152e3930 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Nov 2022 21:00:03 -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 e8cec7c..e104d49 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}" - rread -e -n 1 -p $'\e[1;31mWould you like to reboot now (y/N)?\e[0m' choice + read -e -n 1 -p $'\e[1;31mWould you like to reboot now (y/N)?\e[0m' choice case "$choice" in [Yy]) echo