mir3c/squashfs-root/etc/hotplug.d/iface/81-speedtest

5 lines
108 B
Plaintext
Raw Normal View History

2018-05-25 08:49:31 +00:00
#!/bin/sh
[ "$ACTION" == "ifup" ] && [ "$INTERFACE" == "wan" ] && {
/etc/init.d/auto_speedtest wan_up
}