fix entrypoint script

This commit is contained in:
Simon Thiessen 2023-12-17 15:51:28 +01:00
parent d9ce8fb168
commit 907597aab3
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}