From 0f60cabb514dde20f5ff3d35c9dcea51260837a4 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Nov 2023 23:27:06 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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"