Update nodemgmt-scripts.sh

This commit is contained in:
2019-07-25 23:38:46 -05:00
parent b44fa99d10
commit 43dda5e077

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 '${SITES[${selsite}]}' as well? [y/N]${idsCL[Default]} "
echo -e -n "${idsCL[LightRed]}Do you also want to delete the certs for '${SITES[${selsite}]}', if they exist? [y/N]${idsCL[Default]} "
read sslresponse
DELSITE -site ${SITES[${selsite}]} -ssl ${sslresponse}
echo ""