Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-03 19:47:06 -06:00
parent 3065da8eed
commit a443f38edc

View File

@@ -455,10 +455,11 @@ if [ ${action-x} ]; then
delsite) DELSITE;;
newsite) NEWSITE;;
update) ;;
status) echo ""; STATUS; ${0} GUI exi1 0;;
status) echo ""; STATUS; GUI; exit 0;;
status-check) STATUS-CHECK;;
set-permissions) SET-PERMISSIONS;;
service) SERVICE;;
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]} }"
echo ""