From 2e358e4078a26d0de502f62b3c7703508c66cc67 Mon Sep 17 00:00:00 2001 From: Angristan Date: Mon, 12 Feb 2018 16:05:40 +0100 Subject: [PATCH] Remove unrelated change --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 8358380..e4abb54 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -118,7 +118,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then echo "" echo "Tell me a name for the client cert" echo "Please, use one word only, no special characters" - read -p "Client name: " -e -i client2 CLIENT + read -p "Client name: " -e -i client CLIENT cd /etc/openvpn/easy-rsa/ case $pass in 1)