mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-17 14:22:13 +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/')
|
||||
break
|
||||
fi
|
||||
done <$tmpfile
|
||||
rm $tmpfile
|
||||
done < "$tmpfile"
|
||||
rm "$tmpfile"
|
||||
|
||||
if [ -z "$record_id" ]; then
|
||||
_info "TXT record, or $txtvalue not found, nothing to remove"
|
||||
|
||||
Reference in New Issue
Block a user