From 60a0bb7d79b014952d7fb21cd7673ffe8d96e462 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Nov 2023 21:17:45 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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