This commit is contained in:
ed 2025-10-05 00:44:07 +00:00
parent efd19af7ca
commit 4bb5baf1b8

View file

@ -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,))