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