more debug output
This commit is contained in:
parent
d4df2ce2d2
commit
be93b9b7cf
@ -19,6 +19,9 @@ dns_fh_add() {
|
||||
host="${1}"
|
||||
txtvalue="${2}"
|
||||
|
||||
_debug host "${host}"
|
||||
_debug txtvalue "${txtvalue}"
|
||||
|
||||
if ! _check_fh_api_token; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
@ -19,6 +19,9 @@ dns_nexcess_add() {
|
||||
host="${1}"
|
||||
txtvalue="${2}"
|
||||
|
||||
_debug host "${host}"
|
||||
_debug txtvalue "${txtvalue}"
|
||||
|
||||
if ! _check_nexcess_api_token; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
@ -19,6 +19,9 @@ dns_thermo_add() {
|
||||
host="${1}"
|
||||
txtvalue="${2}"
|
||||
|
||||
_debug host "${host}"
|
||||
_debug txtvalue "${txtvalue}"
|
||||
|
||||
if ! _check_thermo_api_token; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
Loading…
Reference in New Issue
Block a user