From bc03b34add46a81285a45e2d531a8e61f60ac94b Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Nov 2022 20:53:31 -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 33eacc5..f377d7c 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 -e -n 1 -p "${Blue}Would you like to reboot now (y/N)?" choice + read -e -n 1 -p "${LRed}Would you like to reboot now (y/N)?" choice case "$choice" in [Yy]) echo