From f63e769dfac466a88d2ed85967a6c28fa0c2dcdd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 13 Nov 2021 16:46:22 +0100 Subject: [PATCH] Update 99-run.sh --- enedisgateway2mqtt/rootfs/scripts/99-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/enedisgateway2mqtt/rootfs/scripts/99-run.sh b/enedisgateway2mqtt/rootfs/scripts/99-run.sh index 1bcd02a95..84d658a90 100644 --- a/enedisgateway2mqtt/rootfs/scripts/99-run.sh +++ b/enedisgateway2mqtt/rootfs/scripts/99-run.sh @@ -51,6 +51,7 @@ bashio::log.info "Starting the app with the variables in /config/enedisgateway2m # Remove ' sed -i 's|\x27||g' $CONFIGSOURCE +sed -i 's|"||g' $CONFIGSOURCE # For all keys in config file for word in $(cat $CONFIGSOURCE); do