mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-22 04:31:27 +00:00
tmpDir renamed to cryptomator
This commit is contained in:
@@ -27,7 +27,7 @@ public final class RecoveryDirectory implements AutoCloseable {
|
||||
FileAttribute<?> attr = PosixFilePermissions.asFileAttribute(
|
||||
PosixFilePermissions.fromString("rwx------")
|
||||
);
|
||||
Path tempDir = Files.createTempDirectory("r", attr);
|
||||
Path tempDir = Files.createTempDirectory("cryptomator", attr);
|
||||
return new RecoveryDirectory(vaultPath, tempDir);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user