From 0756d4a74c12d36b911495fcd0e1f0ce8a5e69f8 Mon Sep 17 00:00:00 2001 From: davift <73488542+davift@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:35:55 -0400 Subject: [PATCH] Update openvpn-install.sh --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index bc9826b..ffac9c1 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -237,7 +237,7 @@ if [[ ! -e /etc/openvpn/server/server.conf ]]; then # Reviewing installation parameters echo " OpenVPN will bind at $ip on port $port/$protocol" echo " The public IPv4 (hostname) is $get_public_ip ($public_ip)" - if [[ -n $ip6 ]]; then + if [[ -n $ip6 ]]; then echo " The public IPv6 is $ip6" fi echo " Traffic will be routed via interface $out_interface"