From 72a2b638950c272ddf38e9c0989910de6aa24660 Mon Sep 17 00:00:00 2001 From: Jens Segers Date: Mon, 1 Oct 2018 17:20:15 +0200 Subject: [PATCH] :bug: Dont use bash --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index c08e1b4..9feed83 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,3 +1,3 @@ -#!/usr/bin/env bash +#!/usr/bin/env sh cd /project && /source/bin/onesky $@