diff --git a/configurator/CHANGELOG.md b/configurator/CHANGELOG.md index eadcfca..2721872 100644 --- a/configurator/CHANGELOG.md +++ b/configurator/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 4.2 + +- Fixes an issue with the dirs first option + ## 4.1 - Fixes an issue with the enforce base path option diff --git a/configurator/config.json b/configurator/config.json index feb50f3..1b1897f 100644 --- a/configurator/config.json +++ b/configurator/config.json @@ -1,6 +1,6 @@ { "name": "Configurator", - "version": "4.1", + "version": "4.2", "slug": "configurator", "description": "Browser-based configuration file editor for Home Assistant", "url": "https://github.com/home-assistant/hassio-addons/tree/master/configurator", diff --git a/configurator/data/run.sh b/configurator/data/run.sh index 9942d84..36f7ecf 100755 --- a/configurator/data/run.sh +++ b/configurator/data/run.sh @@ -31,7 +31,7 @@ fi # Setup and run configurator export HC_HASS_API_PASSWORD="${HASSIO_TOKEN}" -export HC_DIRFIRST="${DIRSFIRST}" +export HC_DIRSFIRST="${DIRSFIRST}" export HC_ENFORCE_BASEPATH="${ENFORCE_BASEPATH}" export HC_IGNORE_PATTERN="${IGNORE_PATTERN}"