From dbaca6c0de2345228670170515562f8ac875ed8a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 28 Jan 2019 10:00:39 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a8cbae6e..e58351bd 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -4,7 +4,6 @@ action="$1" VERS='1.01272019' CERT_DAEMON='/usr/bin/certbot' -SCRIUPT= source /opt/idssys/nodemgmt/settings.conf source /opt/idssys/defaults/colors.inc @@ -91,7 +90,7 @@ case "$1" in *) echo "" - echo -e "Usage: ${idsCL[Yellow]}nodemgmt${idsCL[Default]} { ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] | ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(s)] | ${idsCL[Yellow]}certrenew${idsCL[Default]} }" + echo -e "Usage: ${idsCL[Yellow]}nodemgmt${idsCL[Default]} { ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] | ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)] | ${idsCL[Yellow]}certrenew${idsCL[Default]} }" echo "" exit 1 ;;