bugfix: local file owner

Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
Dominik Richter 2015-09-22 14:24:22 +02:00
parent b4faeea69e
commit c3fa247e6a

View file

@ -148,7 +148,7 @@ module Vulcano::Backends
mode: tmask & 00777,
mtime: file_stat.mtime.to_i,
size: file_stat.size,
user: pw_username(file_stat.uid),
owner: pw_username(file_stat.uid),
group: pw_groupname(file_stat.gid),
}