Trying again to fix shfmt error

This commit is contained in:
Bob Perper
2025-11-21 08:02:59 -05:00
parent b500ac3dbb
commit 0f42b06b48

View File

@@ -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