This commit is contained in:
angristan 2018-09-21 22:22:09 +02:00
parent a0ff4d7cf9
commit 76607e781c

View File

@ -166,8 +166,8 @@ function installOpenVPN () {
echo "" echo ""
echo "Checking for IPv6 connectivity..." echo "Checking for IPv6 connectivity..."
ping6 -c4 ipv6.google.com > /dev/null 2>&1;
echo "" echo ""
ping6 -c4 ipv6.google.com > /dev/null 2>&1
if [[ $? == 0 ]]; then if [[ $? == 0 ]]; then
echo "Your host appears to have IPv6 connectivity." echo "Your host appears to have IPv6 connectivity."
SUGGESTION="y" SUGGESTION="y"