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 ;;