2
0
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:
mfr69bs 2012-05-24 22:18:29 +00:00
parent 45f4e0bffe
commit fea5bc2d49

View File

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