summarylogtreecommitdiffstats
path: root/cryptomator.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cryptomator.sh')
-rw-r--r--cryptomator.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/cryptomator.sh b/cryptomator.sh
deleted file mode 100644
index 6a40a78d6a5f..000000000000
--- a/cryptomator.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-export PATH="/usr/lib/jvm/java-8-openjdk/jre/bin/:$PATH"
-exec /usr/bin/java \
- -Xmx512m \
- -Dlogback.configurationFile=/etc/cryptomator/logback.xml \
- -Dcryptomator.ipcPortPath=~/.Cryptomator/ipcPort.bin \
- -Dcryptomator.settingsPath=~/.Cryptomator/settings.json \
- -jar /usr/share/java/cryptomator/cryptomator.jar "$@"