Timeout 30 is to less Change to 60
in some cases ( with Tunneldigger) the Bat0 interfaces need more than 30 sec to come up. i think 60 Second is enough.
This commit is contained in:
parent
82a9d7904a
commit
9c990f5b53
@ -27,7 +27,7 @@ index 5ce06c0..8e1f11d 100755
|
||||
+ local iface="$1"
|
||||
+ local timeout
|
||||
+
|
||||
+ timeout=30
|
||||
+ timeout=60
|
||||
+ echo "${initscript}: waiting $timeout secs for $iface address..."
|
||||
+ for i in $(seq $timeout); do
|
||||
+ # We look for
|
||||
|
Loading…
Reference in New Issue
Block a user