mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-10 14:12:43 +00:00
more debug output
This commit is contained in:
parent
d4df2ce2d2
commit
be93b9b7cf
@ -19,6 +19,9 @@ dns_fh_add() {
|
|||||||
host="${1}"
|
host="${1}"
|
||||||
txtvalue="${2}"
|
txtvalue="${2}"
|
||||||
|
|
||||||
|
_debug host "${host}"
|
||||||
|
_debug txtvalue "${txtvalue}"
|
||||||
|
|
||||||
if ! _check_fh_api_token; then
|
if ! _check_fh_api_token; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
@ -19,6 +19,9 @@ dns_nexcess_add() {
|
|||||||
host="${1}"
|
host="${1}"
|
||||||
txtvalue="${2}"
|
txtvalue="${2}"
|
||||||
|
|
||||||
|
_debug host "${host}"
|
||||||
|
_debug txtvalue "${txtvalue}"
|
||||||
|
|
||||||
if ! _check_nexcess_api_token; then
|
if ! _check_nexcess_api_token; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
@ -19,6 +19,9 @@ dns_thermo_add() {
|
|||||||
host="${1}"
|
host="${1}"
|
||||||
txtvalue="${2}"
|
txtvalue="${2}"
|
||||||
|
|
||||||
|
_debug host "${host}"
|
||||||
|
_debug txtvalue "${txtvalue}"
|
||||||
|
|
||||||
if ! _check_thermo_api_token; then
|
if ! _check_thermo_api_token; then
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user