fix: Remove EXTAR_ARGS quotes to allow multiple args (fixes #2715) (#2716)

This commit is contained in:
Robin Brämer
2024-03-13 14:21:37 +01:00
committed by GitHub
parent eec264c8ca
commit 7419a66843

View File

@@ -297,7 +297,7 @@ elif [[ $SERVER =~ run.sh ]]; then
if isTrue "${DEBUG_EXEC}"; then
set -x
fi
exec mc-server-runner "${mcServerRunnerArgs[@]}" --shell bash "${SERVER}" "${EXTRA_ARGS}"
exec mc-server-runner "${mcServerRunnerArgs[@]}" --shell bash "${SERVER}" $EXTRA_ARGS
else
# If we have a bootstrap.txt file... feed that in to the server stdin
if [ -f /data/bootstrap.txt ]; then