From ebc99657a3db66dbc2374a43e0a951fbd5164e02 Mon Sep 17 00:00:00 2001 From: davift <73488542+davift@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:36:50 -0400 Subject: [PATCH] Update openvpn-install.sh --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index ffac9c1..365bbb0 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -234,7 +234,7 @@ if [[ ! -e /etc/openvpn/server/server.conf ]]; then firewall="iptables" fi fi - # Reviewing installation parameters + # 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 @@ -242,7 +242,7 @@ if [[ ! -e /etc/openvpn/server/server.conf ]]; then fi echo " Traffic will be routed via interface $out_interface" echo " Names will be resolved by $resolver" - echo '' + echo '' read -n1 -r -p "Press any key to continue..." # If running inside a container, disable LimitNPROC to prevent conflicts if systemd-detect-virt -cq; then