Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-05 22:13:41 -06:00
parent e16a4d11eb
commit 23afa04674

View File

@@ -255,7 +255,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}]}'?${idsCL[Default]} "
echo -e -n "${idsCL[LightRed]}Do you also want to delete the certs for '${SITES[${selsite}]}' as well?${idsCL[Default]} "
read sslresponse
echo "delete - '${sslresponse}'"
ENTER2CONTINUE