mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-10 03:06:37 +00:00
fixed path for attr global backupdir
git-svn-id: https://svn.fhem.de/fhem/trunk@1584 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
45f4e0bffe
commit
fea5bc2d49
@ -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";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user