From a2e5551e4600d9cb2f50b193dba423b410547c85 Mon Sep 17 00:00:00 2001 From: zocker-160 <36563538+zocker-160@users.noreply.github.com> Date: Tue, 20 Feb 2018 13:17:55 +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 fda60fa..43399ea 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -94,7 +94,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then exit ;; 2) - # This option could be documented a bit better and maybe even be simplimplified + # This option could be documented a bit better and maybe even be simplified # ...but what can I say, I want some sleep too NUMBEROFCLIENTS=$(tail -n +2 /etc/openvpn/easy-rsa/pki/index.txt | grep -c "^V") if [[ "$NUMBEROFCLIENTS" = '0' ]]; then