mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-04-24 22:14:05 +08:00
fs_find_mount_point.cpp
This commit is contained in:
parent
8032968bb4
commit
5fcf7e1cdb
@ -35,5 +35,5 @@ fs::find_mount_point(const ghc::filesystem::path &path_)
|
||||
tmp_path = tmp_path.parent_path();
|
||||
}
|
||||
|
||||
return "/";
|
||||
return tmp_path;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user