Browse Source

fix

pull/6808/head
GNDevProd 4 days ago
committed by GitHub
parent
commit
2f895866cc
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      dnsapi/dns_gname.sh

2
dnsapi/dns_gname.sh

@ -101,7 +101,7 @@ dns_gname_rm() {
body="appid=$GNAME_APPID&gntime=$gntime&jxid=$record_id&lang=us&ym=$ext_domain"
if ! _post_to_api "/api/resolution/delete" "$body"; then
_info "DNS record deletion failed"
_err "DNS record deletion failed"
return 1
fi

Loading…
Cancel
Save