Update 99-run.sh

This commit is contained in:
Alexandre
2021-11-13 16:21:23 +01:00
committed by GitHub
parent ba0f3e79bc
commit 7048b9181b

View File

@@ -49,9 +49,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
# Remove '
sed -i 's|\x27||g' $CONFIGSOURCE
# For all keys in config file
for word in $(cat $CONFIGSOURCE); do