Bloody typo...

This commit is contained in:
Root User 2026-03-03 13:27:50 +01:00
parent 4ae50e0d91
commit 24bb5ddb8c
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -681,7 +681,7 @@ in {
########################################### ###########################################
## Change the IP@Cloudflare using the API ## Change the IP@Cloudflare using the API
########################################### ###########################################
update=$(q${pkgs.curl}/bin/curl -s -X PATCH "https://api.cloudflare.com/client/v4/zones/''$zone_identifier/dns_records/''$record_identifier" \ update=$(${pkgs.curl}/bin/curl -s -X PATCH "https://api.cloudflare.com/client/v4/zones/''$zone_identifier/dns_records/''$record_identifier" \
-H "X-Auth-Email: ''$auth_email" \ -H "X-Auth-Email: ''$auth_email" \
-H "''$auth_header ''$auth_key" \ -H "''$auth_header ''$auth_key" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \