Browse Source

nanelo dns: minor log improvements

pull/6504/head
An 6 days ago
parent
commit
65bd3d67b4
No known key found for this signature in database GPG Key ID: 27B2720845AC72FE
  1. 2
      dnsapi/dns_nanelo.sh

2
dnsapi/dns_nanelo.sh

@ -59,7 +59,7 @@ dns_nanelo_rm() {
fi
_saveaccountconf_mutable NANELO_TOKEN "$NANELO_TOKEN"
_debug "First detect the root zone"
_debug "First, let's detect the root zone:"
if ! _get_root "$fulldomain"; then
_err "invalid domain"
return 1

Loading…
Cancel
Save