mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-01-07 15:20:04 +01:00
Use ping -6 instead of ping6 (#317)
This commit is contained in:
parent
83b3cd0770
commit
c9c6089cd6
@ -211,7 +211,7 @@ function installQuestions () {
|
||||
echo ""
|
||||
echo "Checking for IPv6 connectivity..."
|
||||
echo ""
|
||||
if ping6 -c4 ipv6.google.com > /dev/null 2>&1; then
|
||||
if ping -6 -c4 ipv6.google.com > /dev/null 2>&1; then
|
||||
echo "Your host appears to have IPv6 connectivity."
|
||||
SUGGESTION="y"
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user