mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00: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 a new issue