mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 16:44:31 +04:00
4 lines
102 B
Bash
4 lines
102 B
Bash
#!/bin/sh
|
|
|
|
[ "$ACTION" = ifup ] && /etc/init.d/wshaper enabled && /etc/init.d/wshaper start || exit 0
|