mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-08 03:50:48 +00:00
3 lines
87 B
Bash
Executable File
3 lines
87 B
Bash
Executable File
#!/bin/sh
|
|
[ "$ACTION" = ifup ] && /usr/lib/qos/generate.sh interface "$INTERFACE" | sh
|