From 4e4aa33e94ca6010592f36ff9abd4c16889ebeaa Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 21 Jul 2022 16:32:45 +0200 Subject: [PATCH] Update 99-run.sh --- epicgamesfree/rootfs/etc/cont-init.d/99-run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh b/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh index 698695ea5..9ec51ffce 100644 --- a/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh +++ b/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh @@ -20,9 +20,11 @@ cd "$HOME" || true for i in *.json; do # Whitespace-safe but not recursive. echo "... processing $i" ln -sf "$i" /usr/app/config - chmod 777 /usr/app/config/"$i" done +# Permissions +chmod -R 777 "$HOME" + ############## # Launch App # ##############