Disable check

This commit is contained in:
Radek SPRTA 2020-01-22 02:03:11 +01:00
parent 36e0feea43
commit 6b67511748
No known key found for this signature in database
GPG Key ID: 03C36A3AA4A06D51
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ _clouddns_api() {
response="$(_get "$CLOUDDNS_API/$endpoint")"
fi
# shellcheck disable=SC2181
if [ "$?" != "0" ]; then
_err "Error $endpoint"
return 1