Browse Source

fix for solaris

neilpang 8 years ago
parent
commit
646c0bfcb9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dnsapi/dns_cx.sh

+ 1 - 1
dnsapi/dns_cx.sh

@@ -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