mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-14 08:41:28 +00:00
fix wrong Linux path
This commit is contained in:
@@ -42,7 +42,7 @@ class AdminPropertiesSetter {
|
||||
|
||||
private static final ObjectMapper JSON = JsonMapper.builder().build();
|
||||
|
||||
private static final String LINUX_DIR = "/etc/cryptmator";
|
||||
private static final String LINUX_DIR = "/etc/cryptomator";
|
||||
private static final String MAC_DIR = "/Library/Application Support/Cryptomator";
|
||||
private static final String WIN_DIR = "%PROGRAMDATA%\\Cryptomator";
|
||||
private static final String CONFIG_NAME = "config.json";
|
||||
|
||||
Reference in New Issue
Block a user