Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-11 16:50:27 -06:00
parent 1d1107cb75
commit c19c3f743c

View File

@@ -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) ;;