diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 6ba4087c..1a6a826b 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -775,7 +775,7 @@ DOWNLIST(){ done if [ "${1}" == "ignore" ]; then - echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications [${idsCL[Default]}(${idsCL[Blue]}E${idsCL[Default]})xit${idsCL[LightCyan]}] : ${idsCL[Default]}" + 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