From c65f0695e5f7e91019dcc536e2b7fb017f0edad4 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 22 Dec 2019 12:40:25 +0100 Subject: [PATCH] configurator: Fix issue with dirs first, bump 4.2 (#940) --- configurator/CHANGELOG.md | 4 ++++ configurator/config.json | 2 +- configurator/data/run.sh | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) 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}"