diff --git a/scrutiny/rootfs/run.sh b/scrutiny/rootfs/run.sh index 219c20835..fd0f1029f 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 "Privileged mode is disabled, the addon will stop"; \ -s6-svscanctl -t /var/run/s6/services +|| bashio::log.error "Privileged mode is disabled, the addon will stop" +# ; \ s6-svscanctl -t /var/run/s6/services