mirror of
https://github.com/angristan/openvpn-install.git
synced 2025-10-31 22:17:37 +01:00
Sorry...
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user