mirror of
https://github.com/9001/copyparty.git
synced 2026-02-26 13:33:09 -07:00
don't mkdir jumpvol realpath
This commit is contained in:
parent
72c59405e7
commit
4e67b467a9
|
|
@ -2722,7 +2722,7 @@ class AuthSrv(object):
|
|||
for zs in zs.split():
|
||||
vol.flags.pop(zs, None)
|
||||
|
||||
for vol in vfs.all_nodes.values():
|
||||
for vol in vfs.all_vols.values():
|
||||
if not vol.realpath or vol.flags.get("is_file"):
|
||||
continue
|
||||
ccs = vol.flags["casechk"][:1].lower()
|
||||
|
|
|
|||
Loading…
Reference in a new issue