From 50febd6b2cd7ae50b45ed22328144db7d4d03152 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 24 Oct 2024 07:14:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20update?= 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 9b188489..735b14e7 100644 --- a/update +++ b/update @@ -102,7 +102,7 @@ function install_backend_and_download_resources() { INFO "程序部分更新成功,前端版本:${frontend_version},后端版本:${1}" INFO "开始更新插件..." if ! download_and_unzip "${GITHUB_PROXY}https://github.com/jxxghp/MoviePilot-Plugins/archive/refs/heads/main.zip" "Plugins"; then - cp -a /plugins/* /app/app/plugins/ + cp -a /plugins.v2/* /app/app/plugins/ rm -rf /plugins WARN "插件下载失败,继续使用旧的插件来启动..." return 1