Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
Fix problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Kcchouette committed Mar 3, 2019
1 parent 191469c commit 2729f19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openvpn-install.sh
Expand Up @@ -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/
Expand Down

0 comments on commit 2729f19

Please sign in to comment.