From 909f198ceaaae98962b736f338daba91c4c9c2f7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 8 Nov 2023 23:15:03 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index b5efd93a..c9e30662 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -774,11 +774,9 @@ DOWNLIST(){ DIVIDER false darkGray 90 ((is++)) done - echo if [ "${1}" == "ignore" ]; then - - echo -en "${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}" + echo -en "\n${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}" read -n 1 choice [ "${choice^^}" == "D" ] && break @@ -786,7 +784,10 @@ DOWNLIST(){ choice=D fi + echo -e "\033[13A"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[K"; echo -e "\033[13A" + done + echo fi if [ -z $action ] || [ "${action}" = "gui" ]; then