Browse Source

Merge pull request #79 from ledermann/patch-1

Fix bash typo
add-license-1
Johannes Schickling 7 years ago
committed by GitHub
parent
commit
631bcee0f0
  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