mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-06 01:12:10 +01:00
iup: wait_for_default_gateway: increase timers to 120 10
This commit is contained in:
parent
537f4c4686
commit
515ab236b5
1 changed files with 2 additions and 2 deletions
|
|
@ -451,8 +451,8 @@ wait_for_default_gateway()
|
|||
{
|
||||
local gateway
|
||||
local device
|
||||
local wait_time=60
|
||||
local wait_interval=5
|
||||
local wait_time=120
|
||||
local wait_interval=10
|
||||
|
||||
while [ true ] ; do
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue