From 53006a5bfff75e6a35f6070baa510ec3d9a00c40 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 Jul 2019 23:47:54 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 61932c13..d950d330 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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}]}', if they exist? [y/N]${idsCL[Default]} " + echo -e -n "${idsCL[LightRed]}Do you also want to delete the certs for '${idsCL[Red]}${SITES[${selsite}]^^}${idsCL[LightRed]}', if they exist? [y/N]${idsCL[Default]} " read sslresponse DELSITE -site ${SITES[${selsite}]} -ssl ${sslresponse} echo ""