Fix Merge Issue

This commit is contained in:
JP
2021-07-19 14:52:27 -04:00
committed by GitHub
parent c191ccf717
commit 220ccd1820

View File

@ -42,7 +42,7 @@ fi
###########################################
echo "$(ds) Check Initiated" >> ~/log
record=$(curl -s -X GET "https://api.cloudflare.com/client/v4/zones/$zone_identifier/dns_records?name=$record_name" -H "X-Auth-Email: $auth_email" -H "X-Auth-Key: $auth_key" -H "Content-Type: application/json")
record=$(curl -s -X GET "https://api.cloudflare.com/client/v4/zones/$zone_identifier/dns_records?name=$record_name" -H "X-Auth-Email: $auth_email" -H "$auth_header $auth_key" -H "Content-Type: application/json")
###########################################
## Check if the domain has an A record