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