更新临时脚本修改为带参数的路径

This commit is contained in:
Bail 2023-01-01 12:44:19 +08:00
parent d37c400c08
commit 3dfa0f37d1
1 changed files with 1 additions and 1 deletions

View File

@ -1136,7 +1136,7 @@ class UpdateWindow():
echo 删除多余的安装包
rm -rfv /tmp/uengine-runner/update/*
echo 关闭UEngine 运行器
python3 /opt/apps/com.gitee.uengine.runner.spark/files/updatekiller.py
python3 {programPath}/updatekiller.py
echo 下载安装包
wget -P /tmp/uengine-runner/update {UpdateWindow.data["Url"][0]}
echo 安装安装包