From d88bef5dab34f10bbd7e68195bed133480f46091 Mon Sep 17 00:00:00 2001 From: gitname Date: Tue, 13 Mar 2018 20:28:31 -0700 Subject: [PATCH] Fix typo in comment --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index ee420ca..3745c0e 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 @@ -422,4 +422,4 @@ verb 3" > /etc/openvpn/client-common.txt echo "" echo "Your client configuration is available at" ~/"$CLIENT.ovpn" echo "If you want to add more clients, you simply need to run this script again!" -fi \ No newline at end of file +fi