2 lines
78 B
Bash
Executable file
2 lines
78 B
Bash
Executable file
#!/bin/sh
|
|
[ "$ACTION" = ifup ] && /usr/lib/qos.sh interface "$INTERFACE" | sh
|