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