From a8c02558aa289ba1bede9b56e1af6c9ff29dd12f Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Nov 2023 23:33:47 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 1a6a826b..0da74bb8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -777,12 +777,10 @@ DOWNLIST(){ if [ "${1}" == "ignore" ]; then echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications [${idsCL[Default]}(${idsCL[LightYellow]}E${idsCL[Default]})xit${idsCL[LightCyan]}] : ${idsCL[Default]}" read -n 1 choice - [ "${choice^^}" == "E" ] && break - else choice=E fi - + [ "${choice^^}" == "E" ] && break echo -e "\033[14A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[14A" done