Double quote for globbing

This commit is contained in:
Bob Perper
2025-12-30 16:11:39 -05:00
parent b4f30ff026
commit 397c0605e5

View File

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