Update nodemgmt-scripts.sh

This commit is contained in:
2019-03-03 10:37:53 -06:00
parent 9c824ee659
commit 056cb74a68

View File

@@ -1473,6 +1473,7 @@ if [ ${action-x} ]; then
set-permissions) DIVIDER; SET-PERMISSIONS ${2};;
service) SERVICE ${2} ${3};;
services) SERVICES;;
haproxy-config) HAPROXY-CONFIG;;
gui) GUI;;
*)
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]} }"