alviy
9 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
3 deletions
-
dnsapi/dns_alviy.sh
|
@ -168,7 +168,6 @@ _alviy_rest() { |
|
|
return 1 |
|
|
return 1 |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if [ "$_code" != "200" ]; then |
|
|
if [ "$_code" != "200" ]; then |
|
|
_err "API call error ($method): $path Response code $_code" |
|
|
_err "API call error ($method): $path Response code $_code" |
|
|
fi |
|
|
fi |
|
@ -180,4 +179,3 @@ _alviy_rest() { |
|
|
_debug2 response "$response" |
|
|
_debug2 response "$response" |
|
|
return 0 |
|
|
return 0 |
|
|
} |
|
|
} |
|
|
|
|
|
|