diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index defe2905..f219310f 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -255,7 +255,9 @@ DELSITES(){ read response echo "" 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 break else