Remove description of used env variables

https://github.com/alexbelgium/hassio-addons/issues/747#issuecomment-1575620404
This commit is contained in:
Alexandre
2023-06-04 17:59:11 +02:00
committed by GitHub
parent 4105347cc3
commit 8cd0ea3029

View File

@@ -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