From f668f5f577ed63629befd9bf710aeedfd6a26df0 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Sun, 6 Dec 2020 16:46:19 -0700 Subject: [PATCH] Fix sha-bang in source entrypoint --- source/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/entrypoint.sh b/source/entrypoint.sh index fbaae40..bd0ccad 100644 --- a/source/entrypoint.sh +++ b/source/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/ash +#!/bin/bash # # Copyright (c) 2020 Matthew Penner