Browse Source

Retry pull request with HTTPS_INSECURE=1

pull/6631/head
Bob Perper 3 weeks ago
parent
commit
e5dea48d3c
  1. 2
      dnsapi/dns_qc.sh

2
dnsapi/dns_qc.sh

@ -17,7 +17,7 @@ dns_qc_add() {
fulldomain=$1
txtvalue=$2
_debug "Enter dns_qc_add fulldomain: $fulldomain, txtvalue: $txtvalue."
_debug "Enter dns_qc_add fulldomain: $fulldomain, txtvalue: $txtvalue"
QC_API_KEY="${QC_API_KEY:-$(_readaccountconf_mutable QC_API_KEY)}"
QC_API_EMAIL="${QC_API_EMAIL:-$(_readaccountconf_mutable QC_API_EMAIL)}"

Loading…
Cancel
Save