From 630a557afcc13c4ed7cfa1c6383155dac9597b7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Grzegorz=20=C5=81uszczek?= Date: Tue, 27 May 2025 17:50:20 +0200 Subject: [PATCH] Test --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 6a6aac5..1245020 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,4 @@ #!/bin/sh -l -set -euo pipefail sh -c "mc alias set action $ENDPOINT $ACCESS_KEY $SECRET_KEY --api $API"