From d9ce8fb168922a7cb2db8e1ce973de09d0d0f9c8 Mon Sep 17 00:00:00 2001 From: Simon Thiessen Date: Thu, 14 Dec 2023 14:15:41 +0100 Subject: [PATCH] fix bash script --- entrypoint.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index 31321f3..4a13509 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -1,6 +1,6 @@ #!/bin/sh -{{ if eq (env "FILE_STORAGE") "s3" }} +{{ if (env "FILE_STORAGE") == "s3" }} export AWS_SECRET_ACCESS_KEY=$(cat /run/secrets/aws_secret_key) {{ end }}