From 82a8af8a6efc9a32085a48003094f9706e8ac18a Mon Sep 17 00:00:00 2001 From: f Date: Sat, 28 Dec 2024 17:12:52 -0300 Subject: [PATCH] fix: notify when domain is misconfigured --- certbotd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/certbotd.sh b/certbotd.sh index cafeba0..03a04c2 100755 --- a/certbotd.sh +++ b/certbotd.sh @@ -177,7 +177,7 @@ case $1 in # Ignore non local domains if ! domain_configured "${domain}" ; then - ok "${domain} is not configured to any Sutty node or DNS records are still cached, ignoring for now # skip" + not_ok "${domain} is not configured to any Sutty node or DNS records are still cached, ignoring for now" continue fi