mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 13:11:41 +00:00
Disable check
This commit is contained in:
parent
36e0feea43
commit
6b67511748
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user