From cfc4b36780804138fc0df64d8e862ed28db7fd34 Mon Sep 17 00:00:00 2001 From: Lovell Felix Date: Tue, 22 Dec 2020 23:30:27 -0600 Subject: [PATCH] fix bash ref issue --- entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 81cc288..274286e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,5 @@ -#!/usr/bin/env bash +#!/bin/sh -l +set -euo pipefail mc alias set deploy $MINIO_ENDPOINT $MINIO_ACCESS_KEY $MINIO_SECRET_KEY --api S3v4