From 96cf4f14d860387950e17deab24025f677b0bf3c Mon Sep 17 00:00:00 2001 From: akiel Date: Fri, 14 Aug 2020 16:08:39 +0200 Subject: [PATCH] Change to bash --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 2a5deec..11bb011 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,2 +1,2 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh echo $1 $2 $3 $4 $5