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

5 lines
108 B
Bash
Executable File

#!/bin/sh
[ "$ACTION" == "ifup" ] && [ "$INTERFACE" == "wan" ] && {
/etc/init.d/auto_speedtest wan_up
}