mirror of
https://gitee.com/amber-ce/amber-pm
synced 2026-03-23 05:59:49 +08:00
apm launch 会在当前进程启动,而不是在新的
This commit is contained in:
@@ -61,7 +61,7 @@ function launch_app() {
|
||||
fi
|
||||
|
||||
log.info "Launching: $exec_cmd"
|
||||
${SHELL:-bash} -c "$exec_cmd" &
|
||||
${SHELL:-bash} -c "$exec_cmd"
|
||||
}
|
||||
|
||||
# 导出函数供 ACE 环境调用
|
||||
|
||||
Reference in New Issue
Block a user