From 67e1dd8abe1faa464caea15af8e5ea70c0e82b59 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 14 Nov 2021 20:53:06 +0100 Subject: [PATCH] Update 99-run.sh --- enedisgateway2mqtt/rootfs/scripts/99-run.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/enedisgateway2mqtt/rootfs/scripts/99-run.sh b/enedisgateway2mqtt/rootfs/scripts/99-run.sh index dbdd65ad2..6f87bc2c2 100644 --- a/enedisgateway2mqtt/rootfs/scripts/99-run.sh +++ b/enedisgateway2mqtt/rootfs/scripts/99-run.sh @@ -55,9 +55,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 +# Force asset token string +ASSET_TOKEN="string" # For all keys in config file for word in $(cat $CONFIGSOURCE); do