From 76607e781c0b49a7d6fd7556b0d3ae18ec166c91 Mon Sep 17 00:00:00 2001 From: angristan Date: Fri, 21 Sep 2018 22:22:09 +0200 Subject: [PATCH] Sorry... --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"