From 077d52fabe114c21628673f9a8d0de8ba9a03243 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 2 Dec 2021 14:10:04 +0100 Subject: [PATCH] Update 99-run.sh --- gazpar2mqtt/rootfs/scripts/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gazpar2mqtt/rootfs/scripts/99-run.sh b/gazpar2mqtt/rootfs/scripts/99-run.sh index a3a89ec6c..69f517c63 100644 --- a/gazpar2mqtt/rootfs/scripts/99-run.sh +++ b/gazpar2mqtt/rootfs/scripts/99-run.sh @@ -64,7 +64,7 @@ function parse_yaml { # Get variables and export bashio::log.info "Starting the app with the variables in /config/gazpar2mqtt" # Get list of parameters in a file -(eval parse_yaml "$CONFIGSOURCE" "") >/tmpfile +parse_yaml "$CONFIGSOURCE" "" >/tmpfile while IFS= read -r line do # Clean output