diff --git a/openvpn-install.sh b/openvpn-install.sh index f2f4250..4ff23a7 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -356,7 +356,7 @@ function installQuestions() { fi done echo "" - echo "Do you want to use compression? It is not recommended since the VORACLE attack make use of it." + echo "Do you want to use compression? It is not recommended since the VORACLE attack makes use of it." until [[ $COMPRESSION_ENABLED =~ (y|n) ]]; do read -rp"Enable compression? [y/n]: " -e -i n COMPRESSION_ENABLED done