From 2729f193c987dedbe63d6ee064f31775c328ea6f Mon Sep 17 00:00:00 2001 From: Kcchouette Date: Sun, 3 Mar 2019 15:20:37 +0100 Subject: [PATCH] Fix problem --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 4378333..b4083ad 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -302,8 +302,8 @@ else EASYRSAURL='https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.6/EasyRSA-unix-v3.0.6.tgz' wget -O ~/easyrsa.tgz "$EASYRSAURL" tar xzf ~/easyrsa.tgz -C ~/ - mv ~/EasyRSA-3.0.6/ /etc/openvpn/ - mv /etc/openvpn/EasyRSA-3.0.6/ /etc/openvpn/easy-rsa/ + mv ~/EasyRSA-v3.0.6/ /etc/openvpn/ + mv /etc/openvpn/EasyRSA-v3.0.6/ /etc/openvpn/easy-rsa/ chown -R root:root /etc/openvpn/easy-rsa/ rm -f ~/easyrsa.tgz cd /etc/openvpn/easy-rsa/