Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-08 23:15:03 -06:00
parent 21a29b7fbd
commit 909f198cea

View File

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