From 953237c12eb0710491f98b22e5c4f60fcea88773 Mon Sep 17 00:00:00 2001 From: Dedy Martadinata Supriyadi Date: Sat, 12 Feb 2022 10:43:21 +0000 Subject: [PATCH] Update 10-fix_folders --- root/etc/cont-init.d/10-fix_folders | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/10-fix_folders b/root/etc/cont-init.d/10-fix_folders index ac306a0..f9a6b54 100644 --- a/root/etc/cont-init.d/10-fix_folders +++ b/root/etc/cont-init.d/10-fix_folders @@ -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