From cc545490cd02e6a7d68badc9fca19f6910b8d4f2 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Sun, 27 Aug 2023 09:49:42 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=97=B6=E9=87=8D=E6=96=B0=E5=AE=89=E8=A3=85=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update | 2 ++ 1 file changed, 2 insertions(+) diff --git a/update b/update index 2e3cab59..6789d830 100644 --- a/update +++ b/update @@ -33,6 +33,8 @@ if [[ "${old_version}" == *APP_VERSION* ]]; then mv /tmp/MoviePilot* /app rm -rf /public mv /tmp/dist /public + # 重新安装依赖 + pip install -r /app/requirements.txt echo "程序更新成功,前端版本:${frontend_version},后端版本:${release_version}" else echo "前端程序下载失败,继续使用旧的程序来启动..."