Merge pull request #214 from ReenigneArcher/patch-1

fix: take ownership of plugin directories
This commit is contained in:
Adam
2023-09-12 19:59:40 +01:00
committed by GitHub
2 changed files with 4 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ app_setup_block: |
unraid_template_sync: false
# changelog
changelogs:
- {date: "12.09.23:", desc: "Take ownership of plugin directories."}
- {date: "04.07.23:", desc: "Deprecate armhf. As announced [here](https://www.linuxserver.io/blog/a-farewell-to-arm-hf)"}
- {date: "07.12.22:", desc: "Rebase master to Jammy, migrate to s6v3."}
- {date: "11.06.22:", desc: "Switch to upstream repo's ffmpeg5 build."}

View File

@@ -3,7 +3,7 @@
# create directories
mkdir -p \
/config/{log,data/transcodes,cache} \
/config/{log,data/plugins/configurations,data/transcodes,cache} \
/data \
/transcode
@@ -11,5 +11,7 @@ mkdir -p \
lsiown abc:abc \
/config \
/config/* \
/config/data/plugins \
/config/data/plugins/configurations \
/config/data/transcodes \
/transcode