Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-03 22:15:18 -06:00
parent a0652841ab
commit ce80c7c3aa

View File

@@ -448,16 +448,16 @@ GUI(){
}
if [ ${action-x} ]; then
case $action in
newcert) NEWCERT;;
newcert) NEWCERT ${2};;
certrenew) CERTRENEW;;
nightlyrenew) NIGHTLYRENEW;;
delsite) DELSITE;;
delsite) DELSITE ${2};;
newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14};;
update) ;;
status) STATUS;;
status-check) STATUS-CHECK;;
status) STATUS ${2};;
status-check) STATUS-CHECK ${2};;
set-permissions) SET-PERMISSIONS;;
service) SERVICE;;
service) SERVICE ${2} ${3};;
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]} }"