Update 99-run.sh

This commit is contained in:
Alexandre
2021-12-02 14:10:04 +01:00
committed by GitHub
parent 22943a7b3b
commit 077d52fabe

View File

@@ -64,7 +64,7 @@ function parse_yaml {
# Get variables and export # Get variables and export
bashio::log.info "Starting the app with the variables in /config/gazpar2mqtt" bashio::log.info "Starting the app with the variables in /config/gazpar2mqtt"
# Get list of parameters in a file # Get list of parameters in a file
(eval parse_yaml "$CONFIGSOURCE" "") >/tmpfile parse_yaml "$CONFIGSOURCE" "" >/tmpfile
while IFS= read -r line while IFS= read -r line
do do
# Clean output # Clean output