Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
trim21 authored Dec 19, 2024
1 parent bff390a commit 8839cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [ "$S3_S3V4" = "yes" ]; then
aws configure set default.s3.signature_version s3v4
fi

aws configure set default.s3.max_bandwidth 30MB/s
aws configure set default.s3.max_bandwidth '30MB/s';

if [ -z "$SCHEDULE" ]; then
sh backup.sh
Expand Down

0 comments on commit 8839cab

Please sign in to comment.