From cdab9c96e5399fe2f6737f079097e96de97721ea Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Nov 2021 11:11:32 +0100 Subject: [PATCH] Update 99-run.sh --- enedisgateway2mqtt/rootfs/scripts/99-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/enedisgateway2mqtt/rootfs/scripts/99-run.sh b/enedisgateway2mqtt/rootfs/scripts/99-run.sh index 65b2c3a98..6207957cf 100644 --- a/enedisgateway2mqtt/rootfs/scripts/99-run.sh +++ b/enedisgateway2mqtt/rootfs/scripts/99-run.sh @@ -50,8 +50,8 @@ done bashio::log.info "Starting the app with the variables in /config/enedisgateway2mqtt" # Remove ' -sed -i 's|\x27|"|g' $CONFIGSOURCE -sed -i 's|""|"|g' $CONFIGSOURCE +sed -i 's|\x27||g' $CONFIGSOURCE +sed -i 's|"||g' $CONFIGSOURCE # For all keys in config file for word in $(cat $CONFIGSOURCE); do