mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-22 04:31:27 +00:00
make sure the directory containing temporary mount points exists
This commit is contained in:
@@ -71,6 +71,7 @@ public class FuseVolume implements Volume {
|
||||
|
||||
private Path createTemporaryMountPoint() throws IOException {
|
||||
Path parent = environment.getMountPointsDir().orElseThrow();
|
||||
Files.createDirectories(parent);
|
||||
String basename = vaultSettings.getId();
|
||||
for (int i = 0; i < MAX_TMPMOUNTPOINT_CREATION_RETRIES; i++) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user