diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e4d7e1e3..3569634c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -759,8 +759,15 @@ DOWNLIST(){ DIVIDER false darkGray 90 ((is++)) done + echo + + if [ "${1}" == "ignore" ]; then + echo -en "${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}" + read -n 1 choice + echo "HERE: ${DOWN_LIST[${choice}]}" + fi + fi - echo if [ -z $action ] || [ "${action}" = "gui" ]; then DIVIDER true ENTER2CONTINUE