Browse Source

fix

pull/942/head
Chris Lu 6 years ago
parent
commit
630cf1e33e
  1. 2
      weed/filesys/dir.go

2
weed/filesys/dir.go

@ -88,7 +88,7 @@ func (dir *Dir) Attr(ctx context.Context, attr *fuse.Attr) error {
return err
}
glog.V(2).Infof("dir %s: %v perm: %v", dir.Path, dir.attributes, os.FileMode(attributes.FileMode))
glog.V(2).Infof("dir %s: %v perm: %v", dir.Path, dir.attributes, os.FileMode(dir.attributes.FileMode))
attr.Mode = os.FileMode(dir.attributes.FileMode) | os.ModeDir

Loading…
Cancel
Save