From 269551c25f2a21918d04fc75dc7601a75b535c47 Mon Sep 17 00:00:00 2001 From: Kcchouette Date: Thu, 3 May 2018 11:03:15 +0200 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 2a53d62..1a65958 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -362,7 +362,7 @@ exit 0' > $RCLOCAL chkconfig openvpn on fi fi - # If the serrver is behind a NAT, use the correct IP address + # If the server is behind a NAT, use the correct IP address if [[ "$PUBLICIP" != "" ]]; then IP=$PUBLICIP fi @@ -391,4 +391,4 @@ verb 3" > /etc/openvpn/client-common.txt echo echo "Your client configuration is available at:" ~/"$CLIENT.ovpn" echo "If you want to add more clients, you simply need to run this script again!" -fi \ No newline at end of file +fi