Update nodemgmt-scripts.sh

This commit is contained in:
2019-02-11 17:03:44 -06:00
parent 3769a52f5f
commit e7e5654bfd

View File

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