Minor fix

This commit is contained in:
Kcchouette 2017-11-09 10:10:10 +01:00 committed by GitHub
parent da55d77bb1
commit 490b9fb249
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