Update nodemgmt-scripts.sh

This commit is contained in:
2019-07-25 23:45:11 -05:00
parent 60d9656ee3
commit 22b8c89e7a

View File

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