fix: notify when domain is misconfigured

This commit is contained in:
f 2024-12-28 17:12:52 -03:00
parent bb3b7c8aec
commit 82a8af8a6e
No known key found for this signature in database

View file

@ -177,7 +177,7 @@ case $1 in
# Ignore non local domains # Ignore non local domains
if ! domain_configured "${domain}" ; then 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 continue
fi fi