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 ""