fix: notify when domain is misconfigured
This commit is contained in:
parent
bb3b7c8aec
commit
82a8af8a6e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue