diff --git a/src/usr/bin/amber-pm-app-launcher b/src/usr/bin/amber-pm-app-launcher index 0136042..e064d88 100755 --- a/src/usr/bin/amber-pm-app-launcher +++ b/src/usr/bin/amber-pm-app-launcher @@ -61,7 +61,7 @@ function launch_app() { fi log.info "Launching: $exec_cmd" - ${SHELL:-bash} -c "$exec_cmd" & + ${SHELL:-bash} -c "$exec_cmd" } # 导出函数供 ACE 环境调用