diff --git a/enedisgateway2mqtt/rootfs/scripts/99-run.sh b/enedisgateway2mqtt/rootfs/scripts/99-run.sh index f99aa9449..dfa29ff8d 100644 --- a/enedisgateway2mqtt/rootfs/scripts/99-run.sh +++ b/enedisgateway2mqtt/rootfs/scripts/99-run.sh @@ -51,7 +51,7 @@ bashio::log.info "Starting the app with the variables in /config/enedisgateway2m # 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