We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04b4975 + 9a3aca3 commit ec556cbCopy full SHA for ec556cb
1 file changed
root/etc/s6-overlay/s6-rc.d/init-jellyfin-config/run
@@ -3,7 +3,7 @@
3
4
# create directories
5
mkdir -p \
6
- /config/{log,data/transcodes,cache} \
+ /config/{log,data/plugins/configurations,data/transcodes,cache} \
7
/data \
8
/transcode
9
@@ -24,5 +24,7 @@ fi
24
lsiown abc:abc \
25
/config \
26
/config/* \
27
+ /config/data/plugins \
28
+ /config/data/plugins/configurations \
29
/config/data/transcodes \
30
0 commit comments