mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-09 05:51:31 -04:00
Use @{jvm.version} consistently
This commit is contained in:
parent
595bbe4a9e
commit
ef6ad37391
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
FILEBOT_HOME="/usr/share/filebot"
|
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
|
if [ -z "$HOME" ]; then
|
||||||
echo '$HOME must be set'
|
echo '$HOME must be set'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user