configDB.pm: add template.layout to migration
git-svn-id: https://svn.fhem.de/fhem/trunk@7949 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -520,6 +520,11 @@ sub cfgDB_MigrationImport() {
|
||||
$filename .= "/www/gplot/templateDB.gplot";
|
||||
push @files, $filename;
|
||||
|
||||
# import template.layout
|
||||
$filename = $attr{global}{modpath};
|
||||
$filename .= "/FHEM/template.layout";
|
||||
push @files, $filename;
|
||||
|
||||
# find used gplot files
|
||||
$filename ='';
|
||||
@def = '';
|
||||
|
||||
Reference in New Issue
Block a user