diff --git a/openvpn-install.sh b/openvpn-install.sh index 58311ee..02c1f7d 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -166,8 +166,8 @@ function installOpenVPN () { echo "" echo "Checking for IPv6 connectivity..." - ping6 -c4 ipv6.google.com > /dev/null 2>&1; echo "" + ping6 -c4 ipv6.google.com > /dev/null 2>&1 if [[ $? == 0 ]]; then echo "Your host appears to have IPv6 connectivity." SUGGESTION="y"