From 9f552311444b08a6ede7200e78f3206cb5d6d41d Mon Sep 17 00:00:00 2001 From: Tim Niemeyer Date: Fri, 28 Sep 2012 20:13:28 +0200 Subject: [PATCH] it seems to be okay, if the skript is startet once :) Signed-off-by: Tim Niemeyer --- root_file_system/default/etc/hotplug.d/iface/50-fastdstart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/root_file_system/default/etc/hotplug.d/iface/50-fastdstart b/root_file_system/default/etc/hotplug.d/iface/50-fastdstart index 4299ed7..0c770b1 100755 --- a/root_file_system/default/etc/hotplug.d/iface/50-fastdstart +++ b/root_file_system/default/etc/hotplug.d/iface/50-fastdstart @@ -1,6 +1,5 @@ #!/bin/sh [ "$ACTION" = "ifup" -a "$INTERFACE" = "wan" ] && { - sh /etc/fastdstart.sh - sleep 30 + sleep 3 sh /etc/fastdstart.sh }