From c9d461f8c86191500bd2ecf94a4f7877af57780e Mon Sep 17 00:00:00 2001 From: jxxghp Date: Fri, 3 Nov 2023 12:46:29 +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 e32f2b43..0de1fb69 100644 --- a/update +++ b/update @@ -41,7 +41,7 @@ install_backend_and_download_resources() { # 清空目录 rm -rf /app # 后端程序 - mv -f /tmp/App /app + mv /tmp/App /app # 恢复插件目录 mv -f /plugins/* /app/app/plugins/ # 插件仓库