Update nodemgmt-scripts.sh
This commit is contained in:
@@ -455,10 +455,11 @@ if [ ${action-x} ]; then
|
|||||||
delsite) DELSITE;;
|
delsite) DELSITE;;
|
||||||
newsite) NEWSITE;;
|
newsite) NEWSITE;;
|
||||||
update) ;;
|
update) ;;
|
||||||
status) echo ""; STATUS; ${0} GUI exi1 0;;
|
status) echo ""; STATUS; GUI; exit 0;;
|
||||||
status-check) STATUS-CHECK;;
|
status-check) STATUS-CHECK;;
|
||||||
set-permissions) SET-PERMISSIONS;;
|
set-permissions) SET-PERMISSIONS;;
|
||||||
service) SERVICE;;
|
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 -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 ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user