Skip to content
Snippets Groups Projects
Commit dbe966bb authored by Bob Mottram's avatar Bob Mottram
Browse files

Tidying

parent 496aa4c5
No related branches found
No related tags found
No related merge requests found
......@@ -252,11 +252,12 @@ function install_vpn {
cd /etc/openvpn/easy-rsa
. ./vars
./clean-all
if [ ! -f openssl-1.0.0.cnf ]; then
echo $'openssl-1.0.0.cnf was not found'
vpn_openssl_version='1.0.0'
if [ ! -f openssl-${vpn_openssl_version}.cnf ]; then
echo $"openssl-${vpn_openssl_version}.cnf was not found"
exit 7392353
fi
cp openssl-1.0.0.cnf openssl.cnf
cp openssl-${vpn_openssl_version}.cnf openssl.cnf
echo '
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment