summarylogtreecommitdiffstats
path: root/downlords-faf-client
diff options
context:
space:
mode:
authorMartin Müllenhaupt2019-01-03 20:32:59 +0100
committerMartin Müllenhaupt2019-01-03 20:32:59 +0100
commit605d91b5422ca26f58a0b38c564541b01992ea65 (patch)
treec00b72467e7f8d841d9d9f0edff7b75c5a31a507 /downlords-faf-client
downloadaur-605d91b5422ca26f58a0b38c564541b01992ea65.tar.gz
init
Diffstat (limited to 'downlords-faf-client')
-rwxr-xr-xdownlords-faf-client5
1 files changed, 5 insertions, 0 deletions
diff --git a/downlords-faf-client b/downlords-faf-client
new file mode 100755
index 000000000000..da6c3f86a868
--- /dev/null
+++ b/downlords-faf-client
@@ -0,0 +1,5 @@
+#!/bin/sh
+export INSTALL4J_JAVA_HOME=/usr/lib/jvm/java-10-openjdk
+pushd /usr/share/java/downlords-faf-client
+exec ./downlords-faf-client "$@"
+popd