Merge pull request #124 from Kcchouette/patch-1

Minor fix
This commit is contained in:
Angristan 2017-11-09 23:25:45 +01:00 committed by GitHub
commit 086ca3ab15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -244,7 +244,7 @@ else
echo ""
echo "Choose which compression algorithm you want to use:"
echo " 1) LZ4 (faster)"
echo " 2) LZ0 (use for OpenVPN 2.3 compatibility"
echo " 2) LZ0 (use for OpenVPN 2.3 compatibility)"
while [[ $COMPRESSION != "1" && $COMPRESSION != "2" ]]; do
read -p "Compression algorithm [1-2]: " -e -i 1 COMPRESSION
done