From 44248afcf4ae4c1dcba9de9fb84d49a382e32d2e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 21 Jul 2022 16:36:42 +0200 Subject: [PATCH] Update 99-run.sh --- epicgamesfree/rootfs/etc/cont-init.d/99-run.sh | 5 +++-- 1 file changed, 3 insertions(+), 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 9ec51ffce..8f1e35bcf 100644 --- a/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh +++ b/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh @@ -15,11 +15,12 @@ if [ ! -f "$HOME"/config.json ]; then fi # Make symlink for cookies -bashio::log.info "The following json files were found in $HOME and will be used in the app :" +bashio::log.info "The following json files were found in $HOME and will be used in the app. Changing those files will require to restart the addon." cd "$HOME" || true for i in *.json; do # Whitespace-safe but not recursive. echo "... processing $i" - ln -sf "$i" /usr/app/config + # ln -sf "$i" /usr/app/config + cp "$i" /usr/app/config done # Permissions