fix: update java path to match container
This commit is contained in:
@@ -91,7 +91,7 @@ category = Mods
|
||||
## - {PARAMS} See below (also, {PARAMS1} to {PARAMS5})
|
||||
## - {WORKING_DIR} Server working directory
|
||||
[start]
|
||||
command = "/usr/lib/jvm/java-1.8-openjdk" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
|
||||
command = "/opt/java-1.8-openjdk" -Xmx{MAX_MEMORY}M -Xms{START_MEMORY}M -Djline.terminal=jline.UnsupportedTerminal -jar "{JAR}" nogui
|
||||
|
||||
## The sections [params], [params1] to [params4] define additional command
|
||||
## line parameters that can be enabled/disabled in the panel.
|
||||
|
||||
Reference in New Issue
Block a user