mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 10:21:02 +01:00
6 lines
219 B
Bash
6 lines
219 B
Bash
#!/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
|