[pib setup] ping6 alternatively before

This commit is contained in:
Nico Schottelius 2020-09-08 17:22:52 +02:00
parent ddbc95f6f0
commit 4812370d39
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ cat <<EOF | ssh -t "root@${my_ip}" || exit 1
set -x
# Check if we can reach upstream - otherwise abort
ping -c5 ungleich.ch || exit 1
ping6 -c5 ungleich.ch || ping -c5 ungleich.ch || exit 1
# update the sources & allow https handling
opkg update