[pib setup] ping6 alternatively before
This commit is contained in:
parent
ddbc95f6f0
commit
4812370d39
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue