fixed path for attr global backupdir
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@1584 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -302,7 +302,7 @@ CommandUpdatefhem($$)
|
||||
$ret .= "Housekeeping finished. 'shutdown restart' is recommended!";
|
||||
my $backupdir;
|
||||
if ($attr{global}{backupdir}) {
|
||||
$backupdir = $attr{global}{backupdir};
|
||||
$backupdir = "$modpath/$attr{global}{backupdir}";
|
||||
} else {
|
||||
$backupdir = "$modpath/backup";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user