Disable check

pull/2700/head
Radek SPRTA 5 years ago
parent 36e0feea43
commit 6b67511748
No known key found for this signature in database
GPG Key ID: 03C36A3AA4A06D51

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

Loading…
Cancel
Save