More carriage returns
This commit is contained in:
parent
190e37043d
commit
e33b9ff6c5
|
@ -244,9 +244,26 @@ function install_vpn {
|
|||
cd /etc/openvpn/easy-rsa
|
||||
. ./vars
|
||||
./clean-all
|
||||
./build-ca
|
||||
cp openssl-1.0.0.cnf openssl.cnf
|
||||
echo '
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
' | ./build-ca
|
||||
echo '
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
y
|
||||
y
|
||||
' | ./build-key-server $OPENVPN_SERVER_NAME
|
||||
|
|
Loading…
Reference in New Issue