From 2e8224d4d65d9b0a2dd97803138a31ded48f70e9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 27 Nov 2022 20:47:57 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index 0fd4d09..410aaef 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -373,6 +373,10 @@ REMOVEFLOPPY() { exit 0;; * ) SCRIPT_MENU;; esac + else + echo -e "${Green}Floppy has already been removed.${Color_Off}" + echo + read -n 1 -s -p "Press any key to continue";; fi } NETDATA_INSTALL() {