From 2fbf52c3b913b0177f613ba5ffc5bab2f43d9f9d Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 25 Jul 2019 23:46:16 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 788c9b27..00859363 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -826,11 +826,11 @@ DELSITES(){ else while : do - echo -e -n "${idsCL[LightRed]}Are you sure you want to delete '${SITES[${selsite}]^^}'? [y/N]${idsCL[Default]} " + echo -e -n "${idsCL[LightRed]}Are you sure you want to delete '${idsCL[Magenta]}${SITES[${selsite}]^^}${idsCL[LightRed]}'? [y/N]${idsCL[Default]} " read response echo "" if [[ $response =~ ^[Yy]$ ]]; then - 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]} " + echo -e -n "${idsCL[LightRed]}Do you also want to delete the certs for '${SITES[${selsite}]}', if they exist? [y/N]${idsCL[Default]} " read sslresponse DELSITE -site ${SITES[${selsite}]} -ssl ${sslresponse} echo ""