better log

This commit is contained in:
Alexandre
2021-12-03 21:49:02 +01:00
parent 803728a6bf
commit 4a4843761a

View File

@@ -20,6 +20,6 @@ if bashio::config.true 'mqtt_autodiscover'; then
sed -i "1a export $variables" /etc/services.d/*/*run*
sed -i "1a export $variables" /scripts/*run*
# Log
bashio::log.blue "... $variables"
bashio::log.blue "$variables"
done
fi