Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-05 22:31:11 -06:00
parent 307f5e5229
commit 94cd8e35cd

View File

@@ -278,7 +278,7 @@ DELSITES(){
if [[ $response =~ ^[Yy]$ ]]; then
echo -e -n "${idsCL[LightRed]}Do you also want to delete the certs for '${SITES[${selsite}]}' as well? [y/N]${idsCL[Default]} "
read sslresponse
DELSITE ${SITES[${selsite}]} ${sslresponse}
DELSITE -site ${SITES[${selsite}]} -ssl ${sslresponse}
echo ""
DIVIDER
ENTER2CONTINUE