fix bash script

This commit is contained in:
Simon Thiessen 2023-12-14 14:15:41 +01:00
parent 73de12d12f
commit d9ce8fb168
1 changed files with 1 additions and 1 deletions

View File

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