Update 99-run.sh

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

View File

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