Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-05 21:32:22 -06:00
parent 88b569de2f
commit 46eda91f9a

View File

@@ -549,7 +549,7 @@ GUI(){
1) STATUS; GUI;;
2) GUI;;
3) GUI;;
4) GUI;;
4) DELSITES; GUI;;
5) GUI;;
6) CERTRENEW; GUI;;
7) LISTCERTS; GUI;;
@@ -573,6 +573,7 @@ if [ ${action-x} ]; then
listcerts) LISTCERTS;;
nightlyrenew) NIGHTLYRENEW;;
delsite) DELSITE ${2};;
delsites) DELSITES;;
newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14};;
update) ;;
backup) BACKUP;;