This commit is contained in:
Ed Lynes 2020-10-28 15:20:24 -04:00
parent aa85d0ffeb
commit df60a2248a
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ _EDGEDNS_getZoneInfo() {
_err "$(printf "Fatal error: acme API function call : %s" "$retVal")"
fi
if [ "$curResult" != "404" ]; then
err "$(printf "Managed zone validation failed. Error response: %s" "$retVal")"
_err "$(printf "Managed zone validation failed. Error response: %s" "$retVal")"
return 1
fi
fi