increase timeout for flash writing
This commit is contained in:
parent
d68242713a
commit
e0a313c709
1 changed files with 2 additions and 2 deletions
|
@ -9,6 +9,6 @@ fi
|
|||
id=$1; shift
|
||||
|
||||
./viirb-1-connect-flash-latest-openwrt.sh eth0 192.168.61.1
|
||||
# reboot may take longer
|
||||
sleep 60
|
||||
# reboot may take longer / rewriting the flash
|
||||
sleep 120
|
||||
./viirb-2-configure-fully-after-upgrade.sh 192.168.61.1 "$id"
|
||||
|
|
Loading…
Reference in a new issue