diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 6a93d4fd..ffa69130 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -725,7 +725,7 @@ DOWNLIST(){ fi DIVIDER false yellow 95 - until [ "${choice^^}" = "D" ]; do + until [ "${choice^^}" = "E" ]; do cw=35; cw2=20; is=1; for downitem in ${DOWNLIST[@]}; do ditem=${downitem##*/} @@ -775,12 +775,13 @@ DOWNLIST(){ done if [ "${1}" == "ignore" ]; then - echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}" + echo -e "(${idsCL[Green]}s${idsCL[Default]})ave" + echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications [(${idsCL[Green]}e${idsCL[Default]})xit] : ${idsCL[Default]}" read -n 1 choice - [ "${choice^^}" == "D" ] && break + [ "${choice^^}" == "E" ] && break else - choice=D + choice=E fi 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"