diff --git a/openvpn-install.sh b/openvpn-install.sh index 4e9f91d..6371602 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -112,7 +112,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 client CLIENT + read -p "Client name: " -e -i newclient CLIENT cd /etc/openvpn/easy-rsa/ ./easyrsa build-client-full $CLIENT nopass # Generates the custom client.ovpn