Update nodemgmt-scripts.sh

This commit is contained in:
2023-11-08 23:33:47 -06:00
parent a65a634e5d
commit a8c02558aa

View File

@@ -777,12 +777,10 @@ DOWNLIST(){
if [ "${1}" == "ignore" ]; then
echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications [${idsCL[Default]}(${idsCL[LightYellow]}E${idsCL[Default]})xit${idsCL[LightCyan]}] : ${idsCL[Default]}"
read -n 1 choice
[ "${choice^^}" == "E" ] && break
else
choice=E
fi
[ "${choice^^}" == "E" ] && break
echo -e "\033[14A"; 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[14A"
done