Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user