2
0
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:
betateilchen 2020-09-23 11:33:39 +00:00
parent c44fcb8904
commit c34b83f697

View File

@ -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";
}
}