Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-13 16:12:06 +01:00
committed by GitHub
parent 6c1ffe232f
commit 2d51db170e

View File

@@ -50,8 +50,8 @@ done
bashio::log.info "Starting the app with the variables in /config/enedisgateway2mqtt"
# Replace all "" with ''
# sed -i 's|"||g' $CONFIGSOURCE
# 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