From 43dc56d3dcd922e1d296c3400efc8b2ed4d6a683 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 29 Jan 2019 10:57:58 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e98f43fb..9ef42763 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -184,7 +184,8 @@ case "$1" in *) echo -e "Usage: ${idsCL[Yellow]}nodemgmt${idsCL[Default]} { ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] | ${idsCL[Yellow]}status${idsCL[Default]} | ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)] | ${idsCL[Yellow]}certrenew${idsCL[Default]} }" echo "" - exit 1 + echo "" + exit 0 ;; esac