Check for versioned configuration
This commit is contained in:
parent
26d3d9dcd3
commit
1ed9361f77
|
@ -252,6 +252,10 @@ 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'
|
||||
exit 7392353
|
||||
fi
|
||||
cp openssl-1.0.0.cnf openssl.cnf
|
||||
echo '
|
||||
|
||||
|
|
Loading…
Reference in New Issue