mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-12 20:59:09 +02:00
Relax legacy config parsing
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bashio
|
#!/usr/bin/env bashio
|
||||||
# shellcheck shell=bash
|
# shellcheck shell=bash
|
||||||
set -euo pipefail
|
set -eo pipefail
|
||||||
|
|
||||||
CONFIG_FILE="$(bashio::config 'CONFIG_LOCATION')"
|
CONFIG_FILE="$(bashio::config 'CONFIG_LOCATION')"
|
||||||
CONFIG_DIR="$(dirname "${CONFIG_FILE}")"
|
CONFIG_DIR="$(dirname "${CONFIG_FILE}")"
|
||||||
|
|||||||
Reference in New Issue
Block a user