diff --git a/.templates/90-config_yaml.sh b/.templates/90-config_yaml.sh index 6d1bd5116..ecd905066 100644 --- a/.templates/90-config_yaml.sh +++ b/.templates/90-config_yaml.sh @@ -120,7 +120,7 @@ while IFS= read -r line; do fi # set .env echo "$line" >> /.env || true - mkdir /etc || true + mkdir -p /etc echo "$line" >> /etc/environmemt # Show in log if ! bashio::config.false "verbose"; then bashio::log.blue "$line"; fi