We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2b88e commit eec264cCopy full SHA for eec264c
scripts/start-finalExec
@@ -294,7 +294,10 @@ elif [[ $SERVER =~ run.sh ]]; then
294
echo "SETUP_ONLY: bash ${SERVER}"
295
exit
296
fi
297
- exec mc-server-runner "${mcServerRunnerArgs[@]}" --shell bash "${SERVER}"
+ if isTrue "${DEBUG_EXEC}"; then
298
+ set -x
299
+ fi
300
+ 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