mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-17 10:11:27 +00:00
adding "_ID-" suffix to mount name
This commit is contained in:
@@ -45,7 +45,7 @@ public class FuseVolume implements Volume {
|
||||
public void mount() throws CommandFailedException {
|
||||
try {
|
||||
EnvironmentVariables envVars = EnvironmentVariables.create()
|
||||
.withMountName(vaultSettings.mountName().getValue() + vaultSettings.getId())
|
||||
.withMountName(vaultSettings.mountName().getValue() + "_ID-" + vaultSettings.getId())
|
||||
.withMountPath(chooseMountRootPath())
|
||||
.build();
|
||||
fuseMnt.mount(cfs.getPath("/"), envVars);
|
||||
|
||||
Reference in New Issue
Block a user