From 7fbe8fd190ce60301446fba1995c9995e1c2807e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Nov 2022 21:00:32 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index e104d49..14681f2 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -358,9 +358,9 @@ REMOVEFLOPPY() { echo "blacklist floppy" | sudo tee /etc/modprobe.d/blacklist-floppy.conf sudo rmmod floppy #sudo update-initramfs -u - echo "" + echo echo -e "${Green}Floppy has been removed, you must reboot to take effect.${Color_Off}" - + echo read -e -n 1 -p $'\e[1;31mWould you like to reboot now (y/N)?\e[0m' choice case "$choice" in [Yy])