From 2ebfb2241afe4455be6d8fdce682f19bdf84f5b6 Mon Sep 17 00:00:00 2001 From: Del Wang Date: Tue, 6 May 2025 08:27:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=90=AF=E5=8A=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC=E6=9C=AA=E7=94=9F=E6=95=88=E7=9A=84=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/client-patch/patches/04-start.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/client-patch/patches/04-start.patch b/packages/client-patch/patches/04-start.patch index 10935a3..ed3fbd8 100644 --- a/packages/client-patch/patches/04-start.patch +++ b/packages/client-patch/patches/04-start.patch @@ -4,6 +4,6 @@ # Put your custom commands here that should be executed once # the system init finished. By default this file does nothing. -+[ -f "/data/init.sh" ] && /data/init.sh & ++[ -f "/data/init.sh" ] && sh /data/init.sh & + exit 0