sleep longer for waiting for network and reboot

This commit is contained in:
Nico Schottelius 2020-06-14 23:59:33 +02:00
parent cdfab448ac
commit 13257ad00b
2 changed files with 4 additions and 2 deletions

View File

@ -122,8 +122,10 @@ reboot
#/etc/init.d/network restart #/etc/init.d/network restart
EOF EOF
# ensure network is up and running - bridge takes a bit of time # ensure viirb is back
sleep 10 # ensure viirb network is up and running - bridge takes a bit of time
# ensure viirb gives out ipv6 address
sleep 30
# change to ipv6 # change to ipv6
viirb_ip=${my_lan_ip} viirb_ip=${my_lan_ip}