From ed3c8ac54924898fee3a31af48898d638ebd4ba5 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 2 Dec 2021 13:54:49 +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 b42f1bf36..cdc130063 100644 --- a/gazpar2mqtt/rootfs/scripts/99-run.sh +++ b/gazpar2mqtt/rootfs/scripts/99-run.sh @@ -73,7 +73,7 @@ do if [[ "${word}" == *'!secret '* ]]; then secret=${word#*secret } secret=$(sed "/$secret/!d" /config/secrets.yaml) - secret==${secret#*: } + secret=${secret#*: } #echo "secret : $secret" # Extract value from secrets file #(eval parse_yaml "/config/secrets.yaml" "") >/secrettmp