Merge pull request #566 from Neilpang/dev

fix for solaris
This commit is contained in:
neil 2017-01-31 12:52:32 +08:00 committed by GitHub
commit aa262d4124
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ existing_records() {
return 1
fi
seg=$(printf "%s\n" "$response" | _egrep_o '[^{]*host":"'"$_sub_domain"'"[^}]*\}')
seg=$(printf "%s\n" "$response" | _egrep_o '"record_id":[^{]*host":"'"$_sub_domain"'"[^}]*\}')
_debug seg "$seg"
if [ -z "$seg" ]; then
return 0