Merge branch 'master' into test

This commit is contained in:
4s3ti 2019-05-14 00:15:34 +01:00 committed by GitHub
commit dafd3da38c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -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? ### Have you taken any steps towards solving your issue?
``` ```
which? which?
``` ```

View file

@ -800,6 +800,7 @@ confOpenVPN() {
$SUDO rm -rf /etc/openvpn/easy-rsa/ $SUDO rm -rf /etc/openvpn/easy-rsa/
fi fi
# Get easy-rsa # Get easy-rsa
wget -q -O - "${easyrsaRel}" | $SUDO tar xz -C /etc/openvpn && $SUDO mv /etc/openvpn/EasyRSA-v${easyrsaVer} /etc/openvpn/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 # fix ownership