diff --git a/scrutiny/rootfs/etc/cont-init.d/01-configuration.sh b/scrutiny/rootfs/etc/cont-init.d/01-configuration.sh index 36100b295..2a5eb6780 100644 --- a/scrutiny/rootfs/etc/cont-init.d/01-configuration.sh +++ b/scrutiny/rootfs/etc/cont-init.d/01-configuration.sh @@ -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