mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-08 06:35:58 +08:00
fix: Some apps can't launch
This commit is contained in:
parent
736d9abb04
commit
b379207542
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user