it seems to be okay, if the skript is startet once :)

Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
This commit is contained in:
Tim Niemeyer 2012-09-28 20:13:28 +02:00
parent 0dca09fee9
commit 9f55231144
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#!/bin/sh
[ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && {
sh /etc/fastdstart.sh
sleep 30
sleep 3
sh /etc/fastdstart.sh
}