From 332ffb03c5e32c5d5c3873f822e2c6ed7f0e0aed Mon Sep 17 00:00:00 2001 From: Tercio Gaudencio Filho Date: Wed, 16 Nov 2016 17:58:13 -0200 Subject: [PATCH] Typo --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 159c265..4b1c41e 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -127,7 +127,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then echo "Certificate for client $CLIENT revoked" else echo "" - echo "You selected a invalid client!" + echo "You selected an invalid client!" exit 7 fi exit