From 8cd0ea302939caa5dda5df954af2d8d12eb72172 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 4 Jun 2023 17:59:11 +0200 Subject: [PATCH] Remove description of used env variables https://github.com/alexbelgium/hassio-addons/issues/747#issuecomment-1575620404 --- free_games_claimer/rootfs/etc/cont-init.d/99-run.sh | 4 ---- 1 file changed, 4 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 929aed055..66c692bb7 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 @@ -35,10 +35,6 @@ sed -i "s|export ||g" /config.env sed -i '/\S/s/^/export /' /config.env # Delete lines starting with # sed -i '/export #/d' /config.env -# Show what is exported -while IFS= read -r line; do - bashio::log.blue "${line#"export "}" -done < /config.env # Get variables # shellcheck source=/dev/null source /config.env