mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
Update 99-run.sh
This commit is contained in:
@@ -60,7 +60,7 @@ if bashio::config.true "test"; then
|
||||
|
||||
# Get variables and export
|
||||
bashio::log.info "Starting the app with the variables in /config/enedisgateway2mqtt"
|
||||
for word in $(parse_yaml $CONFIGSOURCE); do
|
||||
for word in $(parse_yaml $CONFIGSOURCE conf); do
|
||||
# Data validation
|
||||
if [[ $word =~ ^.+[=].+$ ]]; then
|
||||
export $word # Export the variable
|
||||
|
||||
Reference in New Issue
Block a user