fix update

This commit is contained in:
jxxghp
2025-06-28 15:01:25 +08:00
parent 0ba36d21a9
commit 3928c352c6
2 changed files with 7 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ function install_backend_and_download_resources() {
return 1
fi
# 复制新站点资源
cp -a ${TMP_PATH}/Resources/resources/* /app/app/helper/
cp -a ${TMP_PATH}/Resources/resources.v2/* /app/app/helper/
INFO "站点资源更新成功"
# 清理临时目录
rm -rf "${TMP_PATH}"