Browse Source

default root to 0755

pull/781/head
Chris Lu 6 years ago
parent
commit
f0677c5af1
  1. 2
      weed/filer2/filer.go

2
weed/filer2/filer.go

@ -171,7 +171,7 @@ func (f *Filer) FindEntry(p FullPath) (entry *Entry, err error) {
Attr: Attr{
Mtime: now,
Crtime: now,
Mode: os.ModeDir | 0777,
Mode: os.ModeDir | 0755,
Uid: OS_UID,
Gid: OS_GID,
},

Loading…
Cancel
Save