Add missing backslash while setting the pluginDir
This commit is contained in:
Julian Raufelder
2021-09-27 18:50:26 +02:00
parent 069c07cbf1
commit 5eac665a93

View File

@@ -28,7 +28,7 @@ export LD_PRELOAD=lib/app/libjffi.so
-cp "lib/app/*" \
-Dfile.encoding="utf-8" \
-Dcryptomator.logDir="~/.local/share/Cryptomator/logs" \
-Dcryptomator.pluginDir="~/.local/share/Cryptomator/plugins"
-Dcryptomator.pluginDir="~/.local/share/Cryptomator/plugins" \
-Dcryptomator.mountPointsDir="~/.local/share/Cryptomator/mnt" \
-Dcryptomator.settingsPath="~/.config/Cryptomator/settings.json:~/.Cryptomator/settings.json" \
-Dcryptomator.ipcSocketPath="~/.config/Cryptomator/ipc.socket" \