Merge pull request #441 from Neilpang/dev

Dev
This commit is contained in:
neil 2016-12-05 09:04:23 +08:00 committed by GitHub
commit 2d9015b840
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ _get_root() {
fi
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"
if [ -z "$hostedzone" ]; then
_err "Error, can not get hostedzone."