Unverified Commit 6b675117 authored by Radek SPRTA's avatar Radek SPRTA
Browse files

Disable check

parent 36e0feea
...@@ -172,6 +172,7 @@ _clouddns_api() { ...@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment