Fix IPv6 connectivity test

This commit is contained in:
angristan 2018-09-27 19:52:52 +02:00
parent aa17fd9aa3
commit 0648e6a0b7
1 changed files with 1 additions and 1 deletions

View File

@ -211,7 +211,7 @@ function installQuestions () {
echo ""
echo "Checking for IPv6 connectivity..."
echo ""
if ping -c4 ipv6.google.com > /dev/null 2>&1; then
if ping6 -c4 ipv6.google.com > /dev/null 2>&1; then
echo "Your host appears to have IPv6 connectivity."
SUGGESTION="y"
else