diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 1d15737d..ef78c12b 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -503,6 +503,7 @@ NEWCERT(){ } DEL-SSL(){ + echo 'yes' DEL_SSL=${2} if [ -z ${DEL_SSL+x} ]; then echo -e -n "${idsCL[LightCyan]}Delete what SSL site address: ${idsCL[Default]}" @@ -1344,7 +1345,7 @@ if [ ${action-x} ]; then listcerts) LISTCERTS;; checkcerts) CHECK-CERTS;; nightlyrenew) NIGHTLYRENEW;; - # $delsite) DELSITE ${2} ${3} ${4} ${5};; + delsite) DELSITE ${2} ${3} ${4} ${5};; delsites) DELSITES;; newsite) NEWSITE ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14};; update) ;;