From 7e2f27c36b1a9f31b03d8d26563bdc6d1b85eb2b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 11 Mar 2021 14:47:33 +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 926358193..fbf723968 100644 --- a/scrutiny/rootfs/run.sh +++ b/scrutiny/rootfs/run.sh @@ -1,7 +1,7 @@ #!/usr/bin/with-contenv bashio # wait for scrutiny to load -bashio::net.wait_for 8000 +bashio::net.wait_for 8080 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"