From 23afa046746132894cc290b9793e35fad8cf262c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 22:13:41 -0600 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 f219310f..e3b092f9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -255,7 +255,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}]}'?${idsCL[Default]} " + echo -e -n "${idsCL[LightRed]}Do you also want to delete the certs for '${SITES[${selsite}]}' as well?${idsCL[Default]} " read sslresponse echo "delete - '${sslresponse}'" ENTER2CONTINUE