mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-03 23:06:37 +00:00
restore/update: cosmetic changes
git-svn-id: https://svn.fhem.de/fhem/trunk@6451 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
9ae819017b
commit
1f432da774
@ -58,7 +58,8 @@ CommandRestore($$)
|
||||
$src = "$src/$filename";
|
||||
$dest = "$dest/$2" if($2);
|
||||
|
||||
return (-f $src ? restoreFile($src, $dest) : restoreDir($src, $dest));
|
||||
return (-f $src ? restoreFile($src, $dest) : restoreDir($src, $dest)).
|
||||
"\n\nrestore finished";
|
||||
}
|
||||
|
||||
sub
|
||||
|
@ -263,7 +263,7 @@ upd_mkDir($$$)
|
||||
my $path = "$root/".join("/", @p[0..$i]);
|
||||
if(!-d $path) {
|
||||
mkdir $path;
|
||||
uLog 1, "MKDIR $root/".join("/", @p[0..$i]);
|
||||
uLog 4, "MKDIR $root/".join("/", @p[0..$i]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user