Relax legacy config parsing

This commit is contained in:
Alexandre
2026-07-17 09:06:57 +02:00
parent e32a134ee2
commit a55c410b9c

View File

@@ -1,6 +1,6 @@
#!/usr/bin/env bashio
# shellcheck shell=bash
set -euo pipefail
set -eo pipefail
CONFIG_FILE="$(bashio::config 'CONFIG_LOCATION')"
CONFIG_DIR="$(dirname "${CONFIG_FILE}")"