From fc7175a544e68301e1ce8e839b16985883920238 Mon Sep 17 00:00:00 2001 From: randomshell <43271778+randomshell@users.noreply.github.com> Date: Sat, 2 May 2020 02:14:10 +0000 Subject: [PATCH] Create /etc/openvpn/client openvpn package from openvpn.net repository doesn't have `server` and `client` directories --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 742b1cb..e0949ea 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -677,7 +677,7 @@ function installOpenVPN() { # Install required dependencies and upgrade the system pacman --needed --noconfirm -Syu openvpn iptables openssl wget ca-certificates curl fi - mkdir -p /etc/openvpn/server + mkdir -p /etc/openvpn/server /etc/openvpn/client # An old version of easy-rsa was available by default in some openvpn packages if [[ -d /etc/openvpn/easy-rsa/ ]]; then rm -rf /etc/openvpn/easy-rsa/