3 lines
102 B
Bash
3 lines
102 B
Bash
#!/bin/sh
|
|
|
|
[ "$ACTION" = ifup ] && /etc/init.d/wshaper enabled && /etc/init.d/wshaper start || exit 0
|