From 22b8c89e7a8b12bdad19958664dadae703850c84 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 Jul 2019 23:45:11 -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 b9480a31..788c9b27 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 '${idsCL[Red]}${SITES[${selsite}]}${idsCL[LightRed]}', if they exist? [y/N]${idsCL[Default]} " + echo -e -n "${idsCL[LightRed]}Do you also want to delete the certs for '${idsCL[Magenta]}${SITES[${selsite}]}${idsCL[LightRed]}', if they exist? [y/N]${idsCL[Default]} " read sslresponse DELSITE -site ${SITES[${selsite}]} -ssl ${sslresponse} echo ""