mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-04 10:10:47 +00:00
4 lines
72 B
Plaintext
4 lines
72 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
[ "$ACTION" = "add" ] && /etc/init.d/led start "$DEVICENAME"
|