From 2723dc02ee20215a36736ba7cef83beca22b4fc4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Jan 2024 21:23:42 +0100 Subject: [PATCH] Create directory --- .templates/01-custom_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.templates/01-custom_script.sh b/.templates/01-custom_script.sh index f1e349a2b..06d687689 100755 --- a/.templates/01-custom_script.sh +++ b/.templates/01-custom_script.sh @@ -27,6 +27,7 @@ else fi # Default location +mkdir -p "$CONFIGLOCATION" CONFIGSOURCE="$CONFIGLOCATION/${HOSTNAME#*-}.sh" bashio::log.green "Execute $CONFIGFILEBROWSER if existing"