Update 01-configuration.sh

This commit is contained in:
Alexandre
2022-11-23 08:23:26 +01:00
committed by GitHub
parent 48d1f957cd
commit ad9ed33cc9

View File

@@ -89,6 +89,6 @@ fi
#########################
if bashio::config.true "expose_config"; then
bastion::log.info "collector.yaml exposed in /share. It will only be accessible if the addon is running"
bashio::log.info "collector.yaml exposed in /share. It will only be accessible if the addon is running"
ln -s "$DATABASELOCATION"/config/collector.yaml /share/collector.yaml
fi