AND
This commit is contained in:
parent
e56cfa21dc
commit
643609aa43
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ function run() {
|
|||
cd /data||exit 69
|
||||
# We want to use ${ARGS} without using parenthesis
|
||||
# shellcheck disable=SC2086
|
||||
exec "/usr/lib/jvm/java-${MCSD_JAVA_VERSION}-openjdk/bin/java" ${FLAGS} -jar "/data/server.jar" ${ARGS} &
|
||||
exec "/usr/lib/jvm/java-${MCSD_JAVA_VERSION}-openjdk/bin/java" ${FLAGS} -jar "/data/server.jar" ${ARGS}
|
||||
}
|
||||
|
||||
# Need I say more?
|
||||
|
|
Loading…
Reference in a new issue