From 059f7f8146e203f3e4f4fe9e3bf19e6e7cf795db Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 23 Oct 2024 20:09:02 +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 46b0aff7..9b188489 100644 --- a/update +++ b/update @@ -66,7 +66,7 @@ function install_backend_and_download_resources() { fi INFO "安装依赖成功" # 从后端文件中读取前端版本号 - frontend_version=$(sed -n "s/^FRONTEND_VERSION\s*=\s*'\([^']*\)'/\1/p" /tmp/app/version.py) + frontend_version=$(sed -n "s/^FRONTEND_VERSION\s*=\s*'\([^']*\)'/\1/p" /tmp/App/version.py) if [[ "${frontend_version}" != *v* ]]; then WARN "前端最新版本号获取失败,继续启动..." return 1