Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user