mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
configDB.pm: adopt migration to current directory structure for holiday files
git-svn-id: https://svn.fhem.de/fhem/trunk@22827 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c44fcb8904
commit
c34b83f697
@ -645,7 +645,7 @@ sub cfgDB_MigrationImport {
|
||||
if(defined($defs{$fn}{HOLIDAYFILE})) {
|
||||
push @files, $defs{$fn}{HOLIDAYFILE};
|
||||
} else {
|
||||
push @files, "$modpath/FHEM/".$fn.".holiday";
|
||||
push @files, "$modpath/FHEM/holiday/".$fn.".holiday";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user