Radek SPRTA
5 years ago
No known key found for this signature in database
GPG Key ID: 3C36A3AA4A06D51
1 changed files with
1 additions and
0 deletions
-
dnsapi/dns_clouddns.sh
|
@ -172,6 +172,7 @@ _clouddns_api() { |
|
|
response="$(_get "$CLOUDDNS_API/$endpoint")" |
|
|
response="$(_get "$CLOUDDNS_API/$endpoint")" |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# shellcheck disable=SC2181 |
|
|
if [ "$?" != "0" ]; then |
|
|
if [ "$?" != "0" ]; then |
|
|
_err "Error $endpoint" |
|
|
_err "Error $endpoint" |
|
|
return 1 |
|
|
return 1 |
|
|