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