From 3717c4d915598ccfdb90ea85e108523ef6e152d5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 22 May 2023 22:51:18 +0200 Subject: [PATCH] Update 99-run.sh --- free_games_claimer/rootfs/etc/cont-init.d/99-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh index 7bb50ff60..644b0b329 100755 --- a/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh +++ b/free_games_claimer/rootfs/etc/cont-init.d/99-run.sh @@ -8,9 +8,9 @@ HOME="$(bashio::config "CONFIG_LOCATION")" HOME="$(dirname "$HOME")" if [ ! -f "$HOME"/config.yaml ]; then - # Copy default config.json + # Copy default config.yaml cp /templates/config.yaml "$HOME"/config.yaml - chmod 777 "$HOME"/config.json + chmod 777 "$HOME"/config.yaml bashio::log.warning "A default config.yaml file was copied in $HOME. Please customize according to https://github.com/vogler/free-games-claimer/tree/main#configuration--options and restart the add-on" sleep 5 bashio::exit.nok