diff --git a/scrutiny/rootfs/etc/cont-init.d/01-configuration.sh b/scrutiny/rootfs/etc/cont-init.d/01-configuration.sh index 2a5eb6780..fec55ecc0 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 - 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 + #bashio::log.info "collector.yaml exposed in /share. It will only be accessible if the addon is running" + #ln -s /share/collector.yaml "$DATABASELOCATION"/config/collector.yaml fi