From 266a89f3ef2749b88eb89f9b742aac8c6b1055fb Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 7 Mar 2021 10:30:10 +0100 Subject: [PATCH] Update run.sh --- scrutiny/rootfs/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrutiny/rootfs/run.sh b/scrutiny/rootfs/run.sh index 6f2044d85..07ee1f3cb 100644 --- a/scrutiny/rootfs/run.sh +++ b/scrutiny/rootfs/run.sh @@ -1,5 +1,5 @@ #!/usr/bin/with-contenv bashio -scrutiny-collector-metrics run && bashio::log.info "Local Devices Added" || bashio::log.error "Local Devices Not Added" +scrutiny-collector-metrics run >/dev/null && bashio::log.info "Local Devices Added" || bashio::log.error "Local Devices Not Added" #|| bashio::log.error "Privileged mode is disabled, the addon will stop" # ; \ s6-svscanctl -t /var/run/s6/services