mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 12:49:34 +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};
|
||||
return if(!defined($nra));
|
||||
|
||||
$nra++ if($ln eq "global"); # Forum #61450
|
||||
|
||||
# If nrarchive is set, then check the last files:
|
||||
# Get a list of files:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user