summarylogtreecommitdiffstats
path: root/cryptomator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cryptomator.sh')
-rw-r--r--cryptomator.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptomator.sh b/cryptomator.sh
index c12342f71215..6a40a78d6a5f 100644
--- a/cryptomator.sh
+++ b/cryptomator.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-export PATH=/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH
+export PATH="/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH"
exec /usr/bin/java \
-Xmx512m \
-Dlogback.configurationFile=/etc/cryptomator/logback.xml \