From f2702a47739add08cd69c70683157d903fd6867e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 12 Dec 2023 11:11:45 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 797f3c8a..ca0550d7 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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