mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 09:39:00 +00:00
4 lines
72 B
Plaintext
4 lines
72 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
[ "$ACTION" = "add" ] && /etc/init.d/led start "$DEVICENAME"
|