From 029bf2abf4d331233240964e80a8348d51d6007d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Feb 2019 00:30:13 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 5746e6dc..8fd66baa 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -56,9 +56,9 @@ STATUS() { DIVIDER echo "" - if [ -z $action ] && "${action}" = "gui" ]; then - read -p -s "Press enter to continue" - fi + #if [ -z $action ] && "${action}" = "gui" ]; then + ENTER2CONTINUE + #fi } NEWCERT(){ echo -e "${idsCL[LightGreen]}Requesting Certificate for '${idsCL[Yellow]}${1}${idsCL[LightGreen]}'...${idsCL[Default]}"