mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-06-02 22:49:49 +08:00
fix: Some apps can't launch
Signed-off-by: shenmo <jifengshenmo@outlook.com>
This commit is contained in:
parent
2b929f8a06
commit
460d965ac1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user