From 2f7af3ca8f704ae0ae9aba572f3f451c7d5a701c Mon Sep 17 00:00:00 2001 From: Elysia Date: Sat, 31 Jan 2026 20:53:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=BA=94=E7=94=A8?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E5=91=BD=E4=BB=A4=EF=BC=8C=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E4=BA=A4=E4=BA=92=E5=BC=8F=E6=A8=A1=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- extras/apm-launcher | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/apm-launcher b/extras/apm-launcher index 4abc28ec..d7aafd61 100755 --- a/extras/apm-launcher +++ b/extras/apm-launcher @@ -54,7 +54,7 @@ function launch_app() { [ -z "$exec_cmd" ] && return 1 log.info "Launching: $exec_cmd" - ${SHELL:-bash} -i -c "$exec_cmd" & + ${SHELL:-bash} -c "$exec_cmd" & } # 导出函数供 ACE 环境调用