mir3c/squashfs-root/etc/hotplug.d/iface/81-speedtest
2018-05-25 14:19:31 +05:30

5 lines
108 B
Bash
Executable File

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