We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0088c8 commit 5fcca7cCopy full SHA for 5fcca7c
dnsapi/dns_qc.sh
@@ -17,7 +17,7 @@ dns_qc_add() {
17
fulldomain=$1
18
txtvalue=$2
19
20
- _debug "Enter dns_qc_add fulldomain: $fulldomain, txtvalue: $txtvalue"
+ _debug "Enter dns_qc_add fulldomain: $fulldomain, txtvalue: $txtvalue."
21
QC_API_KEY="${QC_API_KEY:-$(_readaccountconf_mutable QC_API_KEY)}"
22
QC_API_EMAIL="${QC_API_EMAIL:-$(_readaccountconf_mutable QC_API_EMAIL)}"
23
0 commit comments