Skip to content

Commit 7419a66

Browse files
authored
fix: Remove EXTAR_ARGS quotes to allow multiple args (fixes #2715) (#2716)
1 parent eec264c commit 7419a66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/start-finalExec

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

0 commit comments

Comments
 (0)