From 9c367e586caa232f3a575cce01407a757f055fcc Mon Sep 17 00:00:00 2001 From: Georg Ledermann Date: Fri, 9 Jun 2017 11:09:37 +0200 Subject: [PATCH] Fix bash typo --- postgres-backup-s3/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-backup-s3/run.sh b/postgres-backup-s3/run.sh index 8cc86cc..e3fb3c8 100644 --- a/postgres-backup-s3/run.sh +++ b/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