From e16a4d11ebfefd6f3035a4b98b1eb0e8590a8fda Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 22:13:06 -0600 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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