From 80d774463b58c86597ebd204a37a687f8cbe4266 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Nov 2021 16:10:15 +0100 Subject: [PATCH] Update 99-run.sh --- enedisgateway2mqtt/rootfs/scripts/99-run.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/enedisgateway2mqtt/rootfs/scripts/99-run.sh b/enedisgateway2mqtt/rootfs/scripts/99-run.sh index b12945b21..ee7d2d3e7 100644 --- a/enedisgateway2mqtt/rootfs/scripts/99-run.sh +++ b/enedisgateway2mqtt/rootfs/scripts/99-run.sh @@ -50,7 +50,8 @@ done bashio::log.info "Starting the app with the variables in /config/enedisgateway2mqtt" # Replace all "" with '' -sed -i 's|"|'\''|g' $CONFIGSOURCE +# sed -i 's|"||g' $CONFIGSOURCE +# sed -i 's|\'||g' $CONFIGSOURCE # For all keys in config file for word in $(cat $CONFIGSOURCE); do