Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-03 19:49:00 -06:00
parent 0673043142
commit 14f76ac324

View File

@@ -454,7 +454,7 @@ if [ ${action-x} ]; then
delsite) DELSITE;;
newsite) NEWSITE;;
update) ;;
status) STATUS; GUI; exit 0;;
status) STATUS; ${0} gui; exit 0;;
status-check) STATUS-CHECK;;
set-permissions) SET-PERMISSIONS;;
service) SERVICE;;