Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-14 11:07:39 +01:00
committed by GitHub
parent 382526b06d
commit a475ff092a

View File

@@ -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