fix start.sh - doesnt start due lack of PROFILE_UUID #19

Closed
opened 2026-02-05 16:39:15 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @Prefix on GitHub (Jan 15, 2026).

[ -n "$SESSION_TOKEN" ]  && JAVA_CMD="${JAVA_CMD} --session-token ${SESSION_TOKEN}"
[ -n "$IDENTITY_TOKEN" ] && JAVA_CMD="${JAVA_CMD} --identity-token ${IDENTITY_TOKEN}"
[ -n "$PROFILE_UUID" ]   && JAVA_CMD="${JAVA_CMD} --owner-uuid ${PROFILE_UUID}"

add null checks pls

Originally created by @Prefix on GitHub (Jan 15, 2026). ```# Add session tokens and owner UUID [ -n "$SESSION_TOKEN" ] && JAVA_CMD="${JAVA_CMD} --session-token ${SESSION_TOKEN}" [ -n "$IDENTITY_TOKEN" ] && JAVA_CMD="${JAVA_CMD} --identity-token ${IDENTITY_TOKEN}" [ -n "$PROFILE_UUID" ] && JAVA_CMD="${JAVA_CMD} --owner-uuid ${PROFILE_UUID}" ``` add null checks pls
Author
Owner

@NATroutter commented on GitHub (Jan 15, 2026):

How have you managed to do that? there is no null checks because these variables should always be available and used

@NATroutter commented on GitHub (Jan 15, 2026): How have you managed to do that? there is no null checks because these variables should always be available and used
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/egg-hytale#19