szakharchenko
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
dnsapi/dns_hetzner.sh
|
|
@ -237,7 +237,7 @@ _hetzner_rest() { |
|
|
|
|
|
|
|
key_trimmed=$(echo "$HETZNER_Token" | tr -d \") |
|
|
|
|
|
|
|
export _H1="Content-TType: application/json" |
|
|
|
export _H1="Content-Type: application/json" |
|
|
|
export _H2="Auth-API-Token: $key_trimmed" |
|
|
|
|
|
|
|
if [ "$m" != "GET" ]; then |
|
|
|