diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index ffe64a2f..e8866ae8 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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;;