Update nodemgmt-scripts.sh
This commit is contained in:
@@ -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) ;;
|
||||
|
||||
Reference in New Issue
Block a user