mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-24 12:14:23 +08:00
refactor(ali): check the result of prepare_ali_credentials
This commit is contained in:
@@ -39,7 +39,7 @@ ali_cdn_deploy() {
|
||||
return 1
|
||||
fi
|
||||
|
||||
_prepare_ali_credentials
|
||||
_prepare_ali_credentials || return 1
|
||||
|
||||
_getdeployconf DEPLOY_ALI_CDN_DOMAIN
|
||||
if [ "$DEPLOY_ALI_CDN_DOMAIN" ]; then
|
||||
|
||||
Reference in New Issue
Block a user