diff --git a/peripheral_manager/files/etc/init.d/peripheral_manager b/peripheral_manager/files/etc/init.d/peripheral_manager index 65db3e663..85d414f19 100755 --- a/peripheral_manager/files/etc/init.d/peripheral_manager +++ b/peripheral_manager/files/etc/init.d/peripheral_manager @@ -17,7 +17,7 @@ start_service() { service_running() { ubus -t 2 wait_for led.status ubus call led.status set '{"state":"notice"}' - ubus -t 2 wait_for button + ubus -t 2 wait_for buttons } stop_service() {