Browse Source
Update dns_czechia.sh
spellcheck fix
pull/6764/head
CZECHIA-COM
7 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
dnsapi/dns_czechia.sh
|
|
|
@ -48,7 +48,6 @@ dns_czechia_add() { |
|
|
|
|
|
|
|
export _H1="Content-Type: application/json" |
|
|
|
export _H2="AuthorizationToken: $_tk" |
|
|
|
|
|
|
|
if ! _res="$(_post "$_body" "$_url" "" "POST")"; then |
|
|
|
_err "API request failed." |
|
|
|
return 1 |
|
|
|
|