Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-12 11:11:45 -06:00
parent 344a7f86e6
commit f2702a4773

View File

@@ -710,7 +710,7 @@ DOWNLIST(){
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]}"
read -n 1 choice
read choice
else
choice=E
fi
@@ -865,7 +865,7 @@ MAINTENANCE_MODE(){
done
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
done