From 453e6da9f9559bd50aaf6b7283a6b2ec1f5876df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Sun, 19 Nov 2023 17:38:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- allinone/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/allinone/entrypoint.sh b/allinone/entrypoint.sh index 7aee3d73..35a1da1c 100644 --- a/allinone/entrypoint.sh +++ b/allinone/entrypoint.sh @@ -3,7 +3,7 @@ action="${1}" if [[ "$action" == "bash" || "$action" == "sh" ]]; then - bash "${@}" + bash exit 0 fi