From 0b5c522612d5b3bb9c7e99330fc3349f90c4d055 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Br=C3=A4mer?= Date: Wed, 13 Mar 2024 13:38:04 +0100 Subject: [PATCH] fix: Remove EXTAR_ARGS quotes to allow multiple args --- scripts/start-finalExec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-finalExec b/scripts/start-finalExec index 1e96b12b31e..92284f5dd6d 100755 --- a/scripts/start-finalExec +++ b/scripts/start-finalExec @@ -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