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