[viirb] firmware upgrade: clean configuration

This commit is contained in:
Nico Schottelius 2021-01-06 18:22:11 +01:00
parent 119f8533ad
commit 40fd7a43ab
1 changed files with 1 additions and 1 deletions

View File

@ -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"