Update nodemgmt-scripts.sh
This commit is contained in:
@@ -725,7 +725,7 @@ DOWNLIST(){
|
|||||||
fi
|
fi
|
||||||
DIVIDER false yellow 95
|
DIVIDER false yellow 95
|
||||||
|
|
||||||
until [ "${choice^^}" = "D" ]; do
|
until [ "${choice^^}" = "E" ]; do
|
||||||
cw=35; cw2=20; is=1;
|
cw=35; cw2=20; is=1;
|
||||||
for downitem in ${DOWNLIST[@]}; do
|
for downitem in ${DOWNLIST[@]}; do
|
||||||
ditem=${downitem##*/}
|
ditem=${downitem##*/}
|
||||||
@@ -775,12 +775,13 @@ DOWNLIST(){
|
|||||||
done
|
done
|
||||||
|
|
||||||
if [ "${1}" == "ignore" ]; then
|
if [ "${1}" == "ignore" ]; then
|
||||||
echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications: ${idsCL[Default]}"
|
echo -e "(${idsCL[Green]}s${idsCL[Default]})ave"
|
||||||
|
echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications [(${idsCL[Green]}e${idsCL[Default]})xit] : ${idsCL[Default]}"
|
||||||
read -n 1 choice
|
read -n 1 choice
|
||||||
[ "${choice^^}" == "D" ] && break
|
[ "${choice^^}" == "E" ] && break
|
||||||
|
|
||||||
else
|
else
|
||||||
choice=D
|
choice=E
|
||||||
fi
|
fi
|
||||||
|
|
||||||
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"
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user