mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-05-02 04:22:44 +00:00
removed debugging flag
This commit is contained in:
parent
7bdf94058e
commit
f12fb74660
@ -59,9 +59,6 @@ s3_deploy() {
|
||||
_debug AWS_ACCESS_KEY_ID "$AWS_ACCESS_KEY_ID"
|
||||
_debug AWS_SECRET_ACCESS_KEY "$AWS_SECRET_ACCESS_KEY"
|
||||
|
||||
# REMOVE BEFORE COMMIT, ONLY FOR DEBUGGING
|
||||
_aws_cli_installed=1
|
||||
|
||||
_info "Deploying certificate to s3 bucket: $S3_BUCKET in $S3_REGION"
|
||||
|
||||
if [ "$_aws_cli_installed" -eq "0" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user