diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 39d2ebd6..b9480a31 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 ""