mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-04-17 16:16:52 -04:00
recheck directory structure after restoring backup
This commit is contained in:
@@ -227,7 +227,7 @@ public class VaultListManager {
|
||||
return VAULT_CONFIG_MISSING;
|
||||
}
|
||||
|
||||
return structureResult;
|
||||
return checkDirStructure(pathToVault);
|
||||
}
|
||||
|
||||
private static VaultState.Value checkDirStructure(Path pathToVault) throws IOException {
|
||||
|
||||
Reference in New Issue
Block a user