1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-23 21:46:08 +03:00

Merge pull request #460 from Kcchouette/patch-1

Fixes a typo.
This commit is contained in:
Nyr 2018-05-03 14:26:22 +02:00 committed by GitHub
commit 5b9f3b62b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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