Merge pull request #594 from samalba/disable-cache-mount

Disable cache mount
This commit is contained in:
Andrea Luzzardi
2021-06-09 10:23:02 -07:00
committed by GitHub
2 changed files with 11 additions and 6 deletions

View File

@@ -113,10 +113,10 @@ import (
"\(dest)": o
// FIXME: support source path
}
for dest in cache {
for dest, _ in cache {
"\(dest)": "cache"
}
for dest in tmpfs {
for dest, _ in tmpfs {
"\(dest)": "tmpfs"
}
}