From fcbc3405456a2ee412e9b8f69769b725ce36a8aa Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 13 Nov 2023 09:32:59 -0600 Subject: [PATCH] Update certs.inc --- inc/certs.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/certs.inc b/inc/certs.inc index f43d2f3c..4eeb208b 100755 --- a/inc/certs.inc +++ b/inc/certs.inc @@ -184,7 +184,7 @@ LISTCERTS(){ shift done declare -i cw; declare -i spc1; declare -i c - if [ -f ${NM_FOLDER}/conf/ssl-domain-checks.conf ]; then + if [ ! -f ${NM_FOLDER}/conf/ssl-domain-checks.conf ]; then declare -A CHECKCERT_DOMAINS IFS=$'\n' for LINE in `egrep -v '(^#|^$)' ${NM_FOLDER}/conf/ssl-domain-checks.conf`; do