diff --git a/peripheral_manager/files/etc/init.d/peripheral_manager b/peripheral_manager/files/etc/init.d/peripheral_manager index 85cd95ed9..82f624f8c 100755 --- a/peripheral_manager/files/etc/init.d/peripheral_manager +++ b/peripheral_manager/files/etc/init.d/peripheral_manager @@ -15,7 +15,7 @@ start_service() { } service_running() { - ubus -t 2 wait_for leds + ubus -t 2 wait_for led.status ubus call led.status set '{"state":"ok"}' }