mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
Update 10-fix_folders
This commit is contained in:
parent
9c78af18e6
commit
953237c12e
@ -5,7 +5,8 @@ printf '[cont-init.d] Fixing Folder Permissions\n'
|
|||||||
|
|
||||||
chown -R abc:abc /config
|
chown -R abc:abc /config
|
||||||
chown -R abc:abc /downloads
|
chown -R abc:abc /downloads
|
||||||
|
# Fixing /deemix-server binary losing execute permission
|
||||||
|
chmod +x /deemix-server
|
||||||
|
|
||||||
# Fix misconfigured download locations. The container's download map is always /downloads.
|
# Fix misconfigured download locations. The container's download map is always /downloads.
|
||||||
if [ -f "/config/config.json" ]; then
|
if [ -f "/config/config.json" ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user