mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
Disable check
This commit is contained in:
@@ -172,6 +172,7 @@ _clouddns_api() {
|
||||
response="$(_get "$CLOUDDNS_API/$endpoint")"
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2181
|
||||
if [ "$?" != "0" ]; then
|
||||
_err "Error $endpoint"
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user