Browse Source

Update dns_hover.sh

pull/3135/head
ddarek2000 5 years ago
committed by GitHub
parent
commit
78be077872
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dnsapi/dns_hover.sh

1
dnsapi/dns_hover.sh

@ -127,6 +127,7 @@ dns_hover_rm() {
_err "Can not get record id to remove."
return 1
fi
# Delete the record
if ! _cf_rest DELETE "domains/$_domain_id/dns/$record_id"; then
_err "Delete record error in call."

Loading…
Cancel
Save