mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-12 02:54:42 +08:00
Trying again to fix shfmt error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user