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:
parent
595bbe4a9e
commit
ef6ad37391
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user