Fixed > typo.
This commit is contained in:
+1
-1
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user