mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-10 12:51:59 +00:00
3 lines
114 B
Bash
Executable File
3 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
[ "$ACTION" = ifup ] && /etc/init.d/qos enabled && /usr/lib/qos/generate.sh interface "$INTERFACE" | sh
|