Update entrypoint.sh

This commit is contained in:
Twig6943 2026-03-26 01:17:35 +03:00 committed by GitHub
parent 43e7f6a32f
commit 4fbf0ce017
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -67,4 +67,4 @@ args=(
)
echo "[info] Starting ${SERVER_EXE} on ${SERVER_BIND_IP}:${SERVER_PORT}"
exec "umu-run" "${SERVER_EXE}" "${args[@]}"
exec wlheadless-run -c cage -- "${SERVER_EXE}" "${args[@]}"