Browse Source

Trying again to fix shfmt error

pull/6631/head
Bob Perper 1 month ago
parent
commit
0f42b06b48
  1. 2
      dnsapi/dns_qc.sh

2
dnsapi/dns_qc.sh

@ -103,7 +103,7 @@ dns_qc_rm() {
return 1
fi
response=$(echo "$response"|jq ".result[] | select(.content == \"$txtvalue\") | select(.type == \"TXT\")")
response=$(echo "$response"|jq ".result[]" | select(.content == \"$txtvalue\") | select(.type == \"TXT\"))
if [ "${response}" = "" ]; then
_info "Don't need to remove."
else

Loading…
Cancel
Save