Browse Source

minor

pull/2596/head
neilpang 5 years ago
parent
commit
c282dd086f
  1. 2
      dnsapi/dns_nic.sh

2
dnsapi/dns_nic.sh

@ -89,7 +89,7 @@ dns_nic_rm() {
return 1
fi
_domain_id=$(printf "%s" "$response" | grep "$_sub_domain" | grep "$txtvalue" | sed -r "s/.*<rr id=\"(.*)\".*/\1/g")
_domain_id=$(printf "%s" "$response" | grep "$_sub_domain" | grep -- "$txtvalue" | sed -r "s/.*<rr id=\"(.*)\".*/\1/g")
if ! _nic_rest DELETE "services/$_service/zones/$_domain/records/$_domain_id"; then
_err "Delete record error"

Loading…
Cancel
Save