From 7335acf9803d04e150eb11c574dd6256efded9ec Mon Sep 17 00:00:00 2001 From: JackWhh <5264499+jack_whh@user.noreply.gitee.com> Date: Fri, 19 Jul 2024 03:29:15 +0000 Subject: [PATCH] 1 Signed-off-by: JackWhh <5264499+jack_whh@user.noreply.gitee.com> --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ac1b227..4c62c25 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/sh -l +#!/usr/bin/env bash #set -e at the top of your script will make the script exit with an error whenever an error occurs (and is not explicitly handled) set -eu