mirror of https://github.com/hak5/openwrt.git
3 lines
78 B
Plaintext
3 lines
78 B
Plaintext
|
#!/bin/sh
|
||
|
[ "$ACTION" = ifup ] && /usr/lib/qos.sh interface "$INTERFACE" | sh
|