mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Remove description of used env variables
https://github.com/alexbelgium/hassio-addons/issues/747#issuecomment-1575620404
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user