From 52fac090212fa4c3899e457a4a57a57ae3a9685e Mon Sep 17 00:00:00 2001 From: DDSRem <1448139087@qq.com> Date: Sun, 27 Aug 2023 12:38:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=20=E6=9B=B4=E6=96=B0=E6=88=90=E5=8A=9F?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 1d4ea41a..e2642311 100644 --- a/update +++ b/update @@ -39,10 +39,10 @@ if [[ "${old_version}" == *APP_VERSION* ]]; then mv /tmp/MoviePilot* /app rm -rf /public mv /tmp/dist /public + echo "程序更新成功,前端版本:${frontend_version},后端版本:${release_version}" else echo "前端程序下载失败,继续使用旧的程序来启动..." fi - echo "程序更新成功,前端版本:${frontend_version},后端版本:${release_version}" else echo "安装依赖失败,请重新拉取镜像" fi