diff --git a/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh b/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh index ec5264dc7..caa85c10c 100644 --- a/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh +++ b/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh @@ -19,7 +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 -s "$i" /usr/app/config + ln -sf "$i" /usr/app/config done ##############