Update nodemgmt-scripts.sh
This commit is contained in:
@@ -710,7 +710,7 @@ DOWNLIST(){
|
|||||||
|
|
||||||
if [ "${1}" != "report" ]; then
|
if [ "${1}" != "report" ]; then
|
||||||
echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications [${idsCL[Default]}(${idsCL[LightYellow]}E${idsCL[Default]})xit${idsCL[LightCyan]}] : ${idsCL[Default]}"
|
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
|
read choice
|
||||||
else
|
else
|
||||||
choice=E
|
choice=E
|
||||||
fi
|
fi
|
||||||
@@ -865,7 +865,7 @@ MAINTENANCE_MODE(){
|
|||||||
done
|
done
|
||||||
|
|
||||||
echo -en "\n\033[K${idsCL[LightCyan]}Enter # to change notifications [${idsCL[Default]}(${idsCL[LightYellow]}E${idsCL[Default]})xit${idsCL[LightCyan]}] : ${idsCL[Default]}"
|
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
|
read choice
|
||||||
[ "${choice^^}" == "E" ] && break
|
[ "${choice^^}" == "E" ] && break
|
||||||
|
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user