Browse Source

Fix bash typo

pull/79/head
Georg Ledermann 7 years ago
committed by GitHub
parent
commit
9c367e586c
  1. 2
      postgres-backup-s3/run.sh

2
postgres-backup-s3/run.sh

@ -2,7 +2,7 @@
set -e
if [ "${S3_S3V4}" = "yes"]; then
if [ "${S3_S3V4}" = "yes" ]; then
aws configure set default.s3.signature_version s3v4
fi

Loading…
Cancel
Save