We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cfa051 commit cc54549Copy full SHA for cc54549
update
@@ -33,6 +33,8 @@ if [[ "${old_version}" == *APP_VERSION* ]]; then
33
mv /tmp/MoviePilot* /app
34
rm -rf /public
35
mv /tmp/dist /public
36
+ # 重新安装依赖
37
+ pip install -r /app/requirements.txt
38
echo "程序更新成功,前端版本:${frontend_version},后端版本:${release_version}"
39
else
40
echo "前端程序下载失败,继续使用旧的程序来启动..."
0 commit comments