From 64f62cf8749ac074017c186a64b1d44e67cf51f4 Mon Sep 17 00:00:00 2001 From: Angristan Date: Thu, 23 Aug 2018 00:40:36 +0200 Subject: [PATCH] Remove log-append for now and create log dir See https://github.com/Angristan/OpenVPN-install/issues/275 --- openvpn-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 7eefd3d..2de24c8 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -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