mirror of
https://github.com/Heleguo/lede.git
synced 2025-12-16 19:01:32 +00:00
4 lines
72 B
Bash
4 lines
72 B
Bash
#!/bin/sh
|
|
|
|
[ "$ACTION" = "add" ] && /etc/init.d/led start "$DEVICENAME"
|