diff --git a/entrypoint.sh b/entrypoint.sh index 07e5c5f..6adbf2e 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -52,6 +52,7 @@ function accept_eula() { function run() { echo ":: Starting server" + cd /data # We want to use ${ARGS} without using parenthesis # shellcheck disable=SC2086 "/usr/lib/jvm/java-${MCSD_JAVA_VERSION}-openjdk/bin/java" -jar "/data/server.jar" ${ARGS}