Browse Source

Minor change and setup secrets again

pull/6631/head
Bob Perper 3 days ago
parent
commit
67a389cbbf
  1. 2
      dnsapi/dns_qc.sh

2
dnsapi/dns_qc.sh

@ -111,7 +111,7 @@ dns_qc_rm() {
record_id=$(echo "$response" | grep \"id\"| awk -F ' ' '{print $2}'| sed 's/,$//') record_id=$(echo "$response" | grep \"id\"| awk -F ' ' '{print $2}'| sed 's/,$//')
_debug "txt record_id" "$record_id" _debug "txt record_id" "$record_id"
if [ -z "$record_id" ]; then if [ -z "$record_id" ]; then
_err "Can not get txt record id to remove."
_err "Can not get txt record id to remove. Run in debug mode."
return 1 return 1
fi fi
if ! _qc_rest DELETE "zones/$_domain_id/records/$record_id"; then if ! _qc_rest DELETE "zones/$_domain_id/records/$record_id"; then

Loading…
Cancel
Save