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