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"