diff --git a/viirb-1-connect-flash-latest-openwrt.sh b/viirb-1-connect-flash-latest-openwrt.sh index 1c69e93..4733acb 100755 --- a/viirb-1-connect-flash-latest-openwrt.sh +++ b/viirb-1-connect-flash-latest-openwrt.sh @@ -53,7 +53,7 @@ else scp_ip="$viirb_ip" fi -scp ${filename} root@${viirb_ip}:/tmp +scp ${filename} root@${scp_ip}:/tmp ssh root@${viirb_ip} "sysupgrade /tmp/*.bin" # It still pings for some time - wait for the reboot to happen