From 3a97b1cd7ee608848cd100138975db1366a3a4c7 Mon Sep 17 00:00:00 2001 From: silver Date: Sun, 22 Sep 2024 20:16:39 +0000 Subject: [PATCH] test: see if using the #!/usr/bin/env will help in the operation Signed-off-by: silver --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 178bcee..79f5fe5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env sh set -eu