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