[viirb] firmware upgrade: clean configuration
This commit is contained in:
parent
119f8533ad
commit
40fd7a43ab
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ else
|
|||
fi
|
||||
|
||||
scp ${filename} root@${scp_ip}:/tmp
|
||||
ssh root@${viirb_ip} "sysupgrade /tmp/*.bin"
|
||||
ssh root@${viirb_ip} "sysupgrade -n /tmp/*.bin"
|
||||
|
||||
# It still pings for some time - wait for the reboot to happen
|
||||
echo "Waiting for VIIRB to really disappear"
|
||||
|
|
Loading…
Reference in a new issue