Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-08 23:31:06 -06:00
parent 8168484ccc
commit 206e2ed214

View File

@@ -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