From 99c513e9b2f55450e41c67d584d7990aca516b31 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Sun, 31 Jan 2021 13:06:20 -0500 Subject: [PATCH] Fixing bugs for DO agent-2 --- src/agents.d/update-dns-do | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/agents.d/update-dns-do b/src/agents.d/update-dns-do index a3f998c..4ac7e33 100755 --- a/src/agents.d/update-dns-do +++ b/src/agents.d/update-dns-do @@ -28,7 +28,7 @@ _update_dns_do_get_domain() { local domain local response response=$(curl \ - --silent + --silent \ -X GET \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $agent_update_dns_do_token" \ @@ -66,7 +66,7 @@ _update_dns_do_get_record_id() { fi response=$(curl \ - --silent + --silent \ -X GET \ -H "Content-Type: application/json" \ -H "Authorization: Bearer $agent_update_dns_do_token" \