mirror of
https://github.com/9001/copyparty.git
synced 2025-10-10 10:32:19 -06:00
dangit
This commit is contained in:
parent
efd19af7ca
commit
4bb5baf1b8
|
@ -61,7 +61,7 @@ def main(ka: dict[str, Any]) -> dict[str, Any]:
|
|||
|
||||
ap = ka["ap"] # abspath the upload is going to
|
||||
fs, mp = fstab.get(ap) # figure out what the filesystem is
|
||||
ramdisk = fs in ("tmspfs", "overlay") # looks like a ramdisk?
|
||||
ramdisk = fs in ("tmpfs", "overlay") # looks like a ramdisk?
|
||||
|
||||
# log("<HOOK:RAMDISK> fs=%r" % (fs,))
|
||||
|
||||
|
|
Loading…
Reference in a new issue