mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
always display world-readable subvolumes
This commit is contained in:
parent
35324ceb7c
commit
dae9c00742
|
@ -104,7 +104,7 @@ class VFS(object):
|
||||||
real.sort()
|
real.sort()
|
||||||
if not rem:
|
if not rem:
|
||||||
for name, vn2 in sorted(self.nodes.items()):
|
for name, vn2 in sorted(self.nodes.items()):
|
||||||
if uname in vn2.uread:
|
if uname in vn2.uread or "*" in vn2.uread:
|
||||||
virt_vis[name] = vn2
|
virt_vis[name] = vn2
|
||||||
|
|
||||||
# no vfs nodes in the list of real inodes
|
# no vfs nodes in the list of real inodes
|
||||||
|
|
Loading…
Reference in a new issue