fix: Some apps can't launch

Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
shenmo 2025-04-10 07:27:45 +00:00 committed by Gitee
parent 2b929f8a06
commit 460d965ac1
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -101,7 +101,7 @@ function launch_app(){
log.info "Command is $exec_command"
# 在默认终端执行命令
bash -c $exec_command
bash -c "$exec_command"
}
if [ "$#" -lt 2 ];then