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 5f544a5d4c
commit 344555ec84

View File

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