summarylogtreecommitdiffstats
path: root/downlords-faf-client
diff options
context:
space:
mode:
authorD. Can Celasun2020-09-01 19:37:26 +0100
committerD. Can Celasun2020-09-01 19:37:26 +0100
commit21459fe7ee90b72ad94e2dbad63b09539fa8c9da (patch)
treeb413b686d9e050569273eaee3240a122729e3699 /downlords-faf-client
parent3bb46ef50aecdc653114d88d756f0279b784b9ec (diff)
downloadaur-21459fe7ee90b72ad94e2dbad63b09539fa8c9da.tar.gz
[downlords-faf-client] Fix JVM version
Diffstat (limited to 'downlords-faf-client')
-rwxr-xr-xdownlords-faf-client2
1 files changed, 1 insertions, 1 deletions
diff --git a/downlords-faf-client b/downlords-faf-client
index df8ae0dbeab4..86b1cc843810 100755
--- a/downlords-faf-client
+++ b/downlords-faf-client
@@ -1,5 +1,5 @@
#!/bin/sh
-export INSTALL4J_JAVA_HOME=/usr/lib/jvm/java-11-openjdk
+export INSTALL4J_JAVA_HOME=/usr/lib/jvm/java-14-openjdk
pushd /usr/share/java/downlords-faf-client
exec ./downlords-faf-client "$@"
popd