From 344555ec843f70c1ebf3f9da277cac202dee5e2e Mon Sep 17 00:00:00 2001 From: betateilchen Date: Wed, 23 Sep 2020 11:33:39 +0000 Subject: [PATCH] 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 --- fhem/configDB.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/configDB.pm b/fhem/configDB.pm index dae662ba0..59fb8046e 100644 --- a/fhem/configDB.pm +++ b/fhem/configDB.pm @@ -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"; } }