mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-28 17:12:32 +00:00
fhem.pl: Fix nrarchive for global (Forum #61450)
git-svn-id: https://svn.fhem.de/fhem/trunk@12668 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
96bce799ce
commit
4c73e3beeb
@ -3363,6 +3363,8 @@ HandleArchiving($;$)
|
|||||||
my $ard = $attr{$ln}{archivedir};
|
my $ard = $attr{$ln}{archivedir};
|
||||||
return if(!defined($nra));
|
return if(!defined($nra));
|
||||||
|
|
||||||
|
$nra++ if($ln eq "global"); # Forum #61450
|
||||||
|
|
||||||
# If nrarchive is set, then check the last files:
|
# If nrarchive is set, then check the last files:
|
||||||
# Get a list of files:
|
# Get a list of files:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user