diff --git a/BashScripts/install-openvpn-server.sh b/BashScripts/install-openvpn-server.sh index 9972c69..b8a92b4 100644 --- a/BashScripts/install-openvpn-server.sh +++ b/BashScripts/install-openvpn-server.sh @@ -172,7 +172,7 @@ CLIENT_KEY=$(cat "/etc/openvpn/easy-rsa/pki/private/$CLIENT_NAME.key") TA_KEY=$(cat "/etc/openvpn/ta.key") cd "$DIR" -cat > $CLIENT_NAME.conf < $CLIENT_NAME.conf.save <