From 69a419b19ac9c314b98cdc0ce72734f55857bb90 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Thu, 23 Apr 2015 09:20:00 +0200 Subject: [PATCH] BUG10812: fix missing slash in path --- config/rootfiles/core/90/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/rootfiles/core/90/update.sh b/config/rootfiles/core/90/update.sh index 270da2137..d3b403802 100644 --- a/config/rootfiles/core/90/update.sh +++ b/config/rootfiles/core/90/update.sh @@ -173,7 +173,7 @@ if [ ! -e "/var/ipfire/fwhosts/customgeoipgrp" ]; then fi #Fix BUG10812 (openvpn server.conf has wrong collectd logfile path) -if grep -q "status /var/log/ovpnserver.log 30" /var/ipfire/ovpnserver.conf; then +if grep -q "status /var/log/ovpnserver.log 30" /var/ipfire/ovpn/server.conf; then sed -i "s/\/var\/log\/ovpnserver.log 30/\/var\/run\/ovpnserver.log 30/" /var/ipfire/ovpn/server.conf fi -- 2.39.2