diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index caa75e5..31cccca 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -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? -``` +``` \ No newline at end of file diff --git a/auto_install/install.sh b/auto_install/install.sh index 4da43e1..5eaf687 100755 --- a/auto_install/install.sh +++ b/auto_install/install.sh @@ -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