mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-16 21:53:21 +08:00
Double quote for globbing
This commit is contained in:
@@ -128,8 +128,8 @@ dns_qc_rm() {
|
|||||||
record_id=$(echo $obj | sed 's/^\"id\":\([0-9]\+\).*/\1/')
|
record_id=$(echo $obj | sed 's/^\"id\":\([0-9]\+\).*/\1/')
|
||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
done <$tmpfile
|
done < "$tmpfile"
|
||||||
rm $tmpfile
|
rm "$tmpfile"
|
||||||
|
|
||||||
if [ -z "$record_id" ]; then
|
if [ -z "$record_id" ]; then
|
||||||
_info "TXT record, or $txtvalue not found, nothing to remove"
|
_info "TXT record, or $txtvalue not found, nothing to remove"
|
||||||
|
|||||||
Reference in New Issue
Block a user