Update dns_hover.sh

This commit is contained in:
ddarek2000 2020-08-31 14:33:51 -04:00 committed by GitHub
parent 2b5dd5bf73
commit 78be077872
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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