98_logProxy.pm: allow %L in logProxy_xyFile2Plot file name (by boris)

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@13331 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2017-02-04 17:53:34 +00:00
parent 75a0439022
commit 32529d1dc9

View File

@ -728,6 +728,8 @@ logProxy_xyFile2Plot($$$)
my ($filename, $column, $regex)= @_;
my @array;
$filename =~ s/%L/$attr{global}{logdir}/g
if($filename =~ m/%L/ && $attr{global}{logdir});
if (open(F, "<$filename")) {
while(<F>) {
chomp;