From e7e5654bfdaed0148719a1118ca80ba2a4392857 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 17:03:44 -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 d866a9e9..5ce0a16e 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -511,7 +511,7 @@ DEL-SSL(){ DEL_SSL=${1} fi if [ ! -z ${DEL_SSL+x} ] && [ "${DEL_SSL}" != "" ]; then - if [ -d /etc/letsencrypt/live/${DEL_SSL} ]"; then + if [ -d /etc/letsencrypt/live/${DEL_SSL} ]; then echo -e "${idsCL[LightRed]}Deleting the SSL certificates for '${idsCL[Red]}${DEL_SSL}${idsCL[LightRed]}'...${idsCL[Default]}" echo ""