diff --git a/scrutiny/rootfs/etc/cont-init.d/99-run b/scrutiny/rootfs/etc/cont-init.d/99-run index 0fb596f0f..33f98f6fe 100644 --- a/scrutiny/rootfs/etc/cont-init.d/99-run +++ b/scrutiny/rootfs/etc/cont-init.d/99-run @@ -11,7 +11,7 @@ chown -R abc:abc /data # Add local drives # #################### -scrutiny-collector-metrics run || bashio::log.error "Local devices not seen" +/usr/bin/scrutiny-collector-metrics run || bashio::log.error "Local devices not seen" #port="8080" #host="localhost"