diff --git a/enedisgateway2mqtt/rootfs/scripts/99-run.sh b/enedisgateway2mqtt/rootfs/scripts/99-run.sh index 6207957cf..fb7ba4eec 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