sleep longer for waiting for network and reboot
This commit is contained in:
parent
cdfab448ac
commit
13257ad00b
2 changed files with 4 additions and 2 deletions
|
@ -122,8 +122,10 @@ reboot
|
|||
#/etc/init.d/network restart
|
||||
EOF
|
||||
|
||||
# ensure network is up and running - bridge takes a bit of time
|
||||
sleep 10
|
||||
# ensure viirb is back
|
||||
# ensure viirb network is up and running - bridge takes a bit of time
|
||||
# ensure viirb gives out ipv6 address
|
||||
sleep 30
|
||||
|
||||
# change to ipv6
|
||||
viirb_ip=${my_lan_ip}
|
||||
|
|
Loading…
Reference in a new issue