mirror of
https://github.com/9001/copyparty.git
synced 2026-02-21 01:40:39 +10:00
don't mkdir jumpvol realpath
This commit is contained in:
@@ -2722,7 +2722,7 @@ class AuthSrv(object):
|
|||||||
for zs in zs.split():
|
for zs in zs.split():
|
||||||
vol.flags.pop(zs, None)
|
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"):
|
if not vol.realpath or vol.flags.get("is_file"):
|
||||||
continue
|
continue
|
||||||
ccs = vol.flags["casechk"][:1].lower()
|
ccs = vol.flags["casechk"][:1].lower()
|
||||||
|
|||||||
Reference in New Issue
Block a user