Update 10-fix_folders

This commit is contained in:
Dedy Martadinata Supriyadi 2022-02-12 10:43:21 +00:00
parent 9c78af18e6
commit 953237c12e

View File

@ -5,7 +5,8 @@ printf '[cont-init.d] Fixing Folder Permissions\n'
chown -R abc:abc /config
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.
if [ -f "/config/config.json" ]; then