Fixing bugs for DO agent-2

This commit is contained in:
Eric Renfro 2021-01-31 13:06:20 -05:00
parent 7d7b7808d2
commit 99c513e9b2
Signed by untrusted user who does not match committer: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 2 additions and 2 deletions

View File

@ -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" \