use ping instead of ping6

This commit is contained in:
Nico Schottelius 2021-01-05 20:00:59 +01:00
parent a7d993a2c3
commit 8fbb6c8edd

View file

@ -119,7 +119,7 @@ uci delete wireless.radio0.disabled
uci commit
ping6 -c5 ungleich.ch || exit 1
ping -c5 ungleich.ch || exit 1
# update the sources
opkg update