Browse Source

Merge pull request #441 from Neilpang/dev

Dev
pull/454/head
neil 8 years ago
committed by GitHub
parent
commit
2d9015b840
  1. 2
      dnsapi/dns_aws.sh

2
dnsapi/dns_aws.sh

@ -72,7 +72,7 @@ _get_root() {
fi fi
if _contains "$response" "<Name>$h.</Name>"; then if _contains "$response" "<Name>$h.</Name>"; then
hostedzone="$(echo "$response" | _egrep_o "<HostedZone>.*<Name>$h.</Name>.*</HostedZone>")"
hostedzone="$(echo "$response" | sed 's/<HostedZone>/\n&/g' | _egrep_o "<HostedZone>.*<Name>$h.</Name>.*</HostedZone>")"
_debug hostedzone "$hostedzone" _debug hostedzone "$hostedzone"
if [ -z "$hostedzone" ]; then if [ -z "$hostedzone" ]; then
_err "Error, can not get hostedzone." _err "Error, can not get hostedzone."

Loading…
Cancel
Save