[viwib] use scp -O (legacy) for openwrt

master
Nico Schottelius 4 months ago
parent 0c27d8ae21
commit 18ea33de66

@ -35,7 +35,7 @@ else
scp_ip="$viwib_ip"
fi
scp ${filename} root@${scp_ip}:/tmp
scp -O ${filename} root@${scp_ip}:/tmp
ssh root@${viwib_ip} "sysupgrade -n /tmp/*.bin"
# It still pings for some time - wait for the reboot to happen

Loading…
Cancel
Save