From bce00c90f7f2e354839e5ad3a311a70d2e9201cc Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 09:48:50 -0600 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 e95fc1cc..4696f62c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -82,8 +82,8 @@ case "$1" in ;; update) - echo "" echo -e "${idsCL[Green]}NodeMgmt has been updated.${idsCL[Default]}" + echo "" exit 0;; *)