Fixed > typo.

This commit is contained in:
Raphaël Numbus
2026-05-25 17:14:44 +02:00
parent 19ae7369e3
commit cba5cea39d
+1 -1
View File
@@ -560,7 +560,7 @@ cloudflare_dns_setup() {
for id in ${RECORD_IDS}; do
curl -s -X DELETE "https://api.cloudflare.com/client/v4/zones/${ZONE_ID}/dns_records/${id}" \
-H "Authorization: Bearer ${CLOUDFLARE_DNS_API_TOKEN}" \
-H "Content-Type: application/json" > > "${STDOUT}" 2> "${STDERR}"
-H "Content-Type: application/json" > "${STDOUT}" 2> "${STDERR}"
done
create_records "${SUBDOMAIN}"