From 550eed994be08ae521ff20c5de3fe1c6ae9c1e97 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 2 Dec 2021 08:48:31 +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 c3626ac2c..2b420da81 100644 --- a/gazpar2mqtt/rootfs/scripts/99-run.sh +++ b/gazpar2mqtt/rootfs/scripts/99-run.sh @@ -67,7 +67,7 @@ bashio::log.info "Starting the app with the variables in /config/gazpar2mqtt" eval parse_yaml "$CONFIGSOURCE" "" >listtmp cat listtmp | while read word || [[ -n $word ]]; do # Clean output - # word="${word//[\"\']/}" + word="${word//[\"\']/}" # If secret, replace secret by text if [[ "${word}" == *'!secret '* ]]; then echo "Secret detected $word"