Update nodemgmt-scripts.sh

This commit is contained in:
2019-01-28 10:00:39 -06:00
parent e72da36e6d
commit dbaca6c0de

View File

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