Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-05 22:13:06 -06:00
parent 628c92b2fd
commit e16a4d11eb

View File

@@ -255,7 +255,9 @@ DELSITES(){
read response read response
echo "" echo ""
if [[ $response =~ ^[Yy]$ ]]; then if [[ $response =~ ^[Yy]$ ]]; then
echo 'delete' echo -e -n "${idsCL[LightRed]}Do you also want to delete the certs for '${SITES[${selsite}]}'?${idsCL[Default]} "
read sslresponse
echo "delete - '${sslresponse}'"
ENTER2CONTINUE ENTER2CONTINUE
break break
else else