mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Remove log-append for now and create log dir
See https://github.com/Angristan/OpenVPN-install/issues/275
This commit is contained in:
		| @@ -638,9 +638,11 @@ tls-server | ||||
| tls-version-min 1.2 | ||||
| tls-cipher TLS-DHE-RSA-WITH-AES-128-GCM-SHA256 | ||||
| status /var/log/openvpn/status.log | ||||
| log-append /var/log/openvpn/server.log | ||||
| verb 3" >> /etc/openvpn/server.conf | ||||
|  | ||||
| # Create log dir | ||||
| mkdir -p /var/log/openvpn | ||||
|  | ||||
| 	# Create the sysctl configuration file if needed (mainly for Arch Linux) | ||||
| 	if [[ ! -e $SYSCTL ]]; then | ||||
| 		touch $SYSCTL | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Angristan
					Angristan