From 29d065b3d5512e3be4920a74ff106817a7f2f27d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 25 Apr 2023 16:41:55 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 4a9f6c85..714e652d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -766,7 +766,7 @@ NEWCERT(){ echo echo -e -n "${idsCL[LightCyan]}Reload NGINX on LB Nodes (Y/n): ${idsCL[Default]}" - read NGINXRELOAD + read -n 1 NGINXRELOAD showdivide=yes [[ ${NGINXRELOAD} =~ ^[Nn]$ ]] && tmp='' || SERVICE nginx reload