From 7dc2ef433d02310886ea8ad7afc25cf9d3345b29 Mon Sep 17 00:00:00 2001 From: Christian Berkman Date: Mon, 4 Jun 2018 15:18:14 +0300 Subject: [PATCH] Added an extra \ on line 74 by mistake --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 245d965..8e2dce9 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -71,7 +71,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then echo "Please, use one word only, no special characters." read -p "Client name: " -e CLIENT cd /etc/openvpn/easy-rsa/ - ./easyrsa build-client-full $CLIENT nopass\ + ./easyrsa build-client-full $CLIENT nopass # Ask to set a passphrase for the configuration file read -p "Do you want to set a passphrase for the configuration file? [y/N]: " -e -i N SETPASS if [[ "$SETPASS" = 'y' || "$SETPASS" = 'Y' ]]; then