From d8e4a47c0ce31f910330072178b06e180f607afe Mon Sep 17 00:00:00 2001 From: Alexandre Date: Thu, 21 Jul 2022 15:20:32 +0200 Subject: [PATCH] lint --- epicgamesfree/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 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 b9e25f158..029b52cfc 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 -s "$i" /usr/app/config done ##############