Browse Source

Merge ade6421ec4 into 15197455f2

pull/6430/merge
szakharchenko 4 days ago
committed by GitHub
parent
commit
304c42bfb2
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      dnsapi/dns_aws.sh

2
dnsapi/dns_aws.sh

@ -161,7 +161,7 @@ _get_root() {
h=$(printf "%s" "$domain" | cut -d . -f "$i"-100 | sed 's/\./\\./g')
_debug "Checking domain: $h"
if [ -z "$h" ]; then
_error "invalid domain"
_err "invalid domain"
return 1
fi

Loading…
Cancel
Save