1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-12 20:35:09 -05:00

Use @{jvm.version} consistently

This commit is contained in:
Reinhard Pointner 2018-11-29 06:19:09 +07:00
parent 595bbe4a9e
commit ef6ad37391

View File

@ -1,6 +1,6 @@
#!/bin/sh
FILEBOT_HOME="/usr/share/filebot"
JAVA_HOME="/usr/lib/jvm/java-11-openjdk-amd64"
JAVA_HOME="/usr/lib/jvm/java-@{jvm.version}-openjdk-amd64"
if [ -z "$HOME" ]; then
echo '$HOME must be set'