mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-16 05:41:49 +02:00
Update 99-run.sh
This commit is contained in:
@@ -50,8 +50,8 @@ done
|
|||||||
bashio::log.info "Starting the app with the variables in /config/enedisgateway2mqtt"
|
bashio::log.info "Starting the app with the variables in /config/enedisgateway2mqtt"
|
||||||
|
|
||||||
# Replace all "" with ''
|
# 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 all keys in config file
|
||||||
for word in $(cat $CONFIGSOURCE); do
|
for word in $(cat $CONFIGSOURCE); do
|
||||||
|
|||||||
Reference in New Issue
Block a user