Merge branch 'master' into add_remote_storage

This commit is contained in:
Chris Lu
2021-08-06 20:27:12 -07:00
3 changed files with 8 additions and 2 deletions

View File

@@ -209,7 +209,7 @@ func (f *Filer) ensureParentDirecotryEntry(ctx context.Context, entry *Entry, di
Attr: Attr{
Mtime: now,
Crtime: now,
Mode: os.ModeDir | entry.Mode | 0110,
Mode: os.ModeDir | entry.Mode | 0111,
Uid: entry.Uid,
Gid: entry.Gid,
Collection: entry.Collection,