mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update 90-config_yaml.sh
This commit is contained in:
@@ -120,6 +120,8 @@ while IFS= read -r line; do
|
||||
fi
|
||||
# set .env
|
||||
echo "$line" >> /.env || true
|
||||
mkdir /etc || true
|
||||
echo "$line" >> /etc/environmemt
|
||||
# Show in log
|
||||
if ! bashio::config.false "verbose"; then bashio::log.blue "$line"; fi
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user