From ad9ed33cc93bc53334f4042b22ca1d05ba3d31fe Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 23 Nov 2022 08:23:26 +0100 Subject: [PATCH] Update 01-configuration.sh --- scrutiny/rootfs/etc/cont-init.d/01-configuration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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