X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/7b2d04380952ac79453bd0771679e40c81281f5c..99a25735aeed6d5a3cd895a6a91f269d8bc8b3f1:/services/fuse/bin/arv-mount diff --git a/services/fuse/bin/arv-mount b/services/fuse/bin/arv-mount index 5b161fd2be..68cd09c1e8 100755 --- a/services/fuse/bin/arv-mount +++ b/services/fuse/bin/arv-mount @@ -98,6 +98,7 @@ with "--". elif args.home: dir_class = ProjectDirectory dir_args.append(usr) + dir_args.append(True) elif args.collection is not None: # Set up the request handler with the collection at the root dir_class = CollectionDirectory @@ -117,6 +118,7 @@ with "--". e._entries['by_tag'] = operations.inodes.add_entry(TagsDirectory(*dir_args)) dir_args.append(usr) + dir_args.append(True) e._entries['home'] = operations.inodes.add_entry(ProjectDirectory(*dir_args)) e._entries['shared'] = operations.inodes.add_entry(SharedDirectory(*dir_args))