S96led 135 B

1234567891011
  1. #!/bin/sh /etc/rc.common
  2. START=96
  3. start() {
  4. /etc/init.d/led start
  5. . /etc/diag.sh
  6. get_status_led
  7. status_led_set_timer 1000 300
  8. }