Refactored IPC, fixes #663

This commit is contained in:
Sebastian Stenzel
2019-02-19 16:46:21 +01:00
parent 79306ea498
commit f1c332f455
11 changed files with 401 additions and 413 deletions
@@ -28,7 +28,7 @@ public class Environment {
public Environment() {
LOG.debug("cryptomator.settingsPath: {}", System.getProperty("cryptomator.settingsPath"));
LOG.debug("cryptomator.ipcPortPath: {}", System.getProperty("cryptomator.ipcPortPath"));
LOG.debug("cryptomator.keychainPath: {}", System.getProperty("cryptomator.ipcPortPath"));
LOG.debug("cryptomator.keychainPath: {}", System.getProperty("cryptomator.keychainPath"));
}
public Stream<Path> getSettingsPath() {