This commit is contained in:
neilpang 2019-11-16 08:06:21 +08:00
parent aac9f089d9
commit c282dd086f
1 changed files with 1 additions and 1 deletions

View File

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