mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-25 11:39:12 +08:00
default root to 0755
This commit is contained in:
parent
db22666a30
commit
f0677c5af1
@ -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…
Reference in New Issue
Block a user