We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eec264c commit 7419a66Copy full SHA for 7419a66
scripts/start-finalExec
@@ -297,7 +297,7 @@ elif [[ $SERVER =~ run.sh ]]; then
297
if isTrue "${DEBUG_EXEC}"; then
298
set -x
299
fi
300
- exec mc-server-runner "${mcServerRunnerArgs[@]}" --shell bash "${SERVER}" "${EXTRA_ARGS}"
+ exec mc-server-runner "${mcServerRunnerArgs[@]}" --shell bash "${SERVER}" $EXTRA_ARGS
301
else
302
# If we have a bootstrap.txt file... feed that in to the server stdin
303
if [ -f /data/bootstrap.txt ]; then
0 commit comments