mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-18 04:34:00 +08:00
refactor: reorganize backend module boundaries
This commit is contained in:
@@ -410,7 +410,7 @@ function chown_plugin_runtime_path() {
|
||||
}
|
||||
|
||||
function correct_site_resource_permissions() {
|
||||
local resource_dir="${IMAGE_RESOURCE_DIR:-/app/app/infrastructure}"
|
||||
local resource_dir="${IMAGE_RESOURCE_DIR:-/app/app/application/site}"
|
||||
[ -e "${resource_dir}" ] || return 0
|
||||
|
||||
INFO "→ 正在修复资源包目录权限:${resource_dir}"
|
||||
|
||||
Reference in New Issue
Block a user