From 091582d5c97c512d646ddccf71cee4d89204c547 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 21 Jul 2022 18:59:08 +0200 Subject: [PATCH] Update 99-run.sh --- epicgamesfree/rootfs/etc/cont-init.d/99-run.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh b/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh index d0a3a46b0..c369410ef 100644 --- a/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh +++ b/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh @@ -19,8 +19,7 @@ bashio::log.info "The following json files were found in $HOME and will be used cd "$HOME" || true for i in *.json; do # Whitespace-safe but not recursive. echo "... processing $i" - ln -sf "$i" /usr/app/config - # cp "$i" /usr/app/config + cp "$i" /usr/app/config done # Permissions