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