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:
@@ -645,7 +645,7 @@ sub cfgDB_MigrationImport {
|
|||||||
if(defined($defs{$fn}{HOLIDAYFILE})) {
|
if(defined($defs{$fn}{HOLIDAYFILE})) {
|
||||||
push @files, $defs{$fn}{HOLIDAYFILE};
|
push @files, $defs{$fn}{HOLIDAYFILE};
|
||||||
} else {
|
} else {
|
||||||
push @files, "$modpath/FHEM/".$fn.".holiday";
|
push @files, "$modpath/FHEM/holiday/".$fn.".holiday";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user