From: Alexander Marx Date: Thu, 23 Apr 2015 07:20:00 +0000 (+0200) Subject: BUG10812: fix missing slash in path X-Git-Tag: v2.17-core91~110 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=69a419b19ac9c314b98cdc0ce72734f55857bb90;p=people%2Fstevee%2Fipfire-2.x.git BUG10812: fix missing slash in path --- diff --git a/config/rootfiles/core/90/update.sh b/config/rootfiles/core/90/update.sh index 270da2137e..d3b4038022 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