mirror of
https://github.com/pivpn/pivpn.git
synced 2024-12-19 19:30:16 +00:00
Merge branch 'master' into test
This commit is contained in:
commit
dafd3da38c
2 changed files with 2 additions and 1 deletions
|
@ -66,4 +66,4 @@ For any output requested below, you may alternatively post it on http://pastebin
|
|||
### Have you taken any steps towards solving your issue?
|
||||
```
|
||||
which?
|
||||
```
|
||||
```
|
|
@ -800,6 +800,7 @@ confOpenVPN() {
|
|||
$SUDO rm -rf /etc/openvpn/easy-rsa/
|
||||
fi
|
||||
|
||||
|
||||
# Get easy-rsa
|
||||
wget -q -O - "${easyrsaRel}" | $SUDO tar xz -C /etc/openvpn && $SUDO mv /etc/openvpn/EasyRSA-v${easyrsaVer} /etc/openvpn/easy-rsa
|
||||
# fix ownership
|
||||
|
|
Loading…
Reference in a new issue