From 0fd0cb44bc19fe6b7d2fdbb5babfaa8471f49b4c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 24 May 2023 19:57:17 +0200 Subject: [PATCH] Update 99-run.sh --- free_games_claimer/rootfs/etc/cont-init.d/99-run.sh | 2 -- 1 file changed, 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 25fd5095c..cff0e47ed 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 @@ -18,8 +18,6 @@ if [ ! -f "$HOME"/config.env ]; then cp /templates/config.env "$HOME"/config.env chmod 777 "$HOME"/config.env bashio::log.warning "A default config.env 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 else bashio::log.warning "The config.env file found in $HOME will be used. Please customize according to https://github.com/vogler/free-games-claimer/tree/main#configuration--options and restart the add-on" fi