From e36bc538d3e5f27fd36a1b39fd03353e640a9c56 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 12 Nov 2022 22:45:12 +0100 Subject: [PATCH] Update 90-config_yaml.sh --- .templates/90-config_yaml.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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