mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 19:25:32 +01:00
configurator: Fix issue with dirs first, bump 4.2 (#940)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user