From 206e2ed21437c7c8b043d55e27c8e83f11f20417 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Nov 2023 23:31:06 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a6b2fb09..4364401a 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -776,7 +776,7 @@ DOWNLIST(){ if [ "${1}" == "ignore" ]; then 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]}" + echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications [${idsCL[Default]}(${idsCL[Blue]}E${idsCL[Default]})xit${idsCL[LightCyan]}] : ${idsCL[Default]}" read -n 1 choice [ "${choice^^}" == "E" ] && break