From 94cd8e35cd868aec326aa0631543a5e960dfdd72 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Tue, 5 Feb 2019 22:31:11 -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 dc9edd16..17938bfd 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -278,7 +278,7 @@ DELSITES(){ if [[ $response =~ ^[Yy]$ ]]; then echo -e -n "${idsCL[LightRed]}Do you also want to delete the certs for '${SITES[${selsite}]}' as well? [y/N]${idsCL[Default]} " read sslresponse - DELSITE ${SITES[${selsite}]} ${sslresponse} + DELSITE -site ${SITES[${selsite}]} -ssl ${sslresponse} echo "" DIVIDER ENTER2CONTINUE