diff --git a/.templates/90-config_yaml.sh b/.templates/90-config_yaml.sh index 9e5734a64..6d1bd5116 100644 --- a/.templates/90-config_yaml.sh +++ b/.templates/90-config_yaml.sh @@ -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