Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
86daaf4b
Commit
86daaf4b
authored
Oct 03, 2021
by
Bjarne Saltbaek
Browse files
Added remove entry debug
parent
d5b4f029
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_cpanel.sh
View file @
86daaf4b
...
@@ -72,6 +72,7 @@ dns_cpanel_rm() {
...
@@ -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!"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment