Delete logs

This commit is contained in:
Angristan 2015-12-25 22:17:51 +01:00
parent aa5c024b8e
commit c428975b66

View File

@ -267,8 +267,6 @@ ifconfig-pool-persist ipp.txt" > /etc/openvpn/server.conf
comp-lzo comp-lzo
persist-key persist-key
persist-tun persist-tun
status openvpn-status.log
verb 3
crl-verify /etc/openvpn/easy-rsa/pki/crl.pem" >> /etc/openvpn/server.conf crl-verify /etc/openvpn/easy-rsa/pki/crl.pem" >> /etc/openvpn/server.conf
# Enable net.ipv4.ip_forward for the system # Enable net.ipv4.ip_forward for the system
if [[ "$OS" = 'debian' ]]; then if [[ "$OS" = 'debian' ]]; then
@ -348,8 +346,7 @@ nobind
persist-key persist-key
persist-tun persist-tun
remote-cert-tls server remote-cert-tls server
comp-lzo comp-lzo" > /etc/openvpn/client-common.txt
verb 3" > /etc/openvpn/client-common.txt
# Generates the custom client.ovpn # Generates the custom client.ovpn
newclient "$CLIENT" newclient "$CLIENT"
echo "" echo ""