Update entrypoint.sh

This commit is contained in:
Twig6943 2026-03-27 10:00:25 +03:00 committed by GitHub
parent 49836aeb6f
commit cea96d8413
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}" echo "[info] Starting ${SERVER_EXE} on ${SERVER_BIND_IP}:${SERVER_PORT}"
exec wlheadless-run -c cage -- "${SERVER_EXE}" "${args[@]}" exec wlheadless-run -c cage -- umu-run "${SERVER_EXE}" "${args[@]}"