From 490b9fb2490106828ae5310f0ac3b9276d150937 Mon Sep 17 00:00:00 2001 From: Kcchouette Date: Thu, 9 Nov 2017 10:10:10 +0100 Subject: [PATCH] Minor fix --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index c54ce08..2844c8c 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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