mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
Added remove entry debug
This commit is contained in:
parent
d5b4f02932
commit
86daaf4bf2
@ -72,6 +72,7 @@ dns_cpanel_rm() {
|
|||||||
_debug "Deleting record..."
|
_debug "Deleting record..."
|
||||||
_myget "json-api/cpanel?cpanel_jsonapi_apiversion=2&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=remove_zone_record&domain=$_domain&line=$_id"
|
_myget "json-api/cpanel?cpanel_jsonapi_apiversion=2&cpanel_jsonapi_module=ZoneEdit&cpanel_jsonapi_func=remove_zone_record&domain=$_domain&line=$_id"
|
||||||
# removing entry
|
# removing entry
|
||||||
|
_debug "_result is: $_result"
|
||||||
|
|
||||||
if _successful_update; then return 0; fi
|
if _successful_update; then return 0; fi
|
||||||
_err "Couldn't delete entry!"
|
_err "Couldn't delete entry!"
|
||||||
|
Loading…
Reference in New Issue
Block a user