From 7419a668431e5e13832122d7295d66f10883ae86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Br=C3=A4mer?= Date: Wed, 13 Mar 2024 14:21:37 +0100 Subject: [PATCH] fix: Remove EXTAR_ARGS quotes to allow multiple args (fixes #2715) (#2716) --- scripts/start-finalExec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/start-finalExec b/scripts/start-finalExec index 1e96b12b..92284f5d 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