mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
Change download chown behavior
This commit is contained in:
parent
8ece66b676
commit
61eda30552
@ -4,7 +4,9 @@
|
|||||||
printf '[cont-init.d] Fixing Folder Permissions\n'
|
printf '[cont-init.d] Fixing Folder Permissions\n'
|
||||||
|
|
||||||
chown -R abc:abc /config
|
chown -R abc:abc /config
|
||||||
chown -R abc:abc /downloads
|
|
||||||
|
# find all folders in the download folder and own them to the container user. This will not change files but should run quicker on big collections.
|
||||||
|
find /downloads -type d -exec chown abc:abc {} +
|
||||||
|
|
||||||
|
|
||||||
# Fix misconfigured download locations. The container's download map is always /downloads.
|
# Fix misconfigured download locations. The container's download map is always /downloads.
|
||||||
|
Loading…
Reference in New Issue
Block a user