mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 22:14:05 +08:00
branches.cpp
This commit is contained in:
parent
93e0c24e70
commit
d319a49aee
@ -210,6 +210,8 @@ namespace l
|
||||
ecpath = fs::find_mount_point(b.path);
|
||||
if(ecpath)
|
||||
b.mount_path = *ecpath;
|
||||
else
|
||||
b.mount_path = b.path;
|
||||
fmt::println("mount point: {}",
|
||||
b.mount_path.string());
|
||||
b.mount_hash_digest = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user