fix: Some apps can't launch

This commit is contained in:
shenmo 2025-04-10 07:27:45 +00:00
parent 736d9abb04
commit b379207542

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