Update nodemgmt-scripts.sh
This commit is contained in:
@@ -774,11 +774,9 @@ DOWNLIST(){
|
|||||||
DIVIDER false darkGray 90
|
DIVIDER false darkGray 90
|
||||||
((is++))
|
((is++))
|
||||||
done
|
done
|
||||||
echo
|
|
||||||
|
|
||||||
if [ "${1}" == "ignore" ]; then
|
if [ "${1}" == "ignore" ]; then
|
||||||
|
echo -en "\n${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}"
|
||||||
echo -en "${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}"
|
|
||||||
read -n 1 choice
|
read -n 1 choice
|
||||||
[ "${choice^^}" == "D" ] && break
|
[ "${choice^^}" == "D" ] && break
|
||||||
|
|
||||||
@@ -786,7 +784,10 @@ DOWNLIST(){
|
|||||||
choice=D
|
choice=D
|
||||||
fi
|
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
|
done
|
||||||
|
echo
|
||||||
|
|
||||||
fi
|
fi
|
||||||
if [ -z $action ] || [ "${action}" = "gui" ]; then
|
if [ -z $action ] || [ "${action}" = "gui" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user