From 4ca6c44268907d29d65626533e6a002067091ad5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Feb 2019 00:32:22 -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 8fd66baa..8f9e77d5 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -56,9 +56,9 @@ STATUS() { DIVIDER echo "" - #if [ -z $action ] && "${action}" = "gui" ]; then + if [ -z $action ] || [ "${action}" = "gui" ]; then ENTER2CONTINUE - #fi + fi } NEWCERT(){ echo -e "${idsCL[LightGreen]}Requesting Certificate for '${idsCL[Yellow]}${1}${idsCL[LightGreen]}'...${idsCL[Default]}"