firmware/root_file_system/default/etc/hotplug.d/iface/50-fastdstart
Tim Niemeyer 9f55231144 it seems to be okay, if the skript is startet once :)
Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
2012-09-28 20:13:28 +02:00

5 lines
111 B
Bash
Executable file

#!/bin/sh
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
sleep 3
sh /etc/fastdstart.sh
}