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