Update linupx-scripts.sh

This commit is contained in:
2022-11-27 20:49:01 -06:00
parent f86b0f5044
commit 194606b6d1

View File

@@ -361,7 +361,7 @@ REMOVEFLOPPY() {
echo ""
echo -e "${Green}Floppy has been removed, you must reboot to take effect.${Color_Off}"
read -n 1 -p -e "${Blue}Would you like to reboot now (y/N)?" choice
read -en 1 -p "${Blue}Would you like to reboot now (y/N)?" choice
case "$choice" in
[Yy])
echo