Removed debug command

This commit is contained in:
NATroutter
2026-01-14 15:59:20 +02:00
parent b069d13063
commit 37051d754b

View File

@@ -81,5 +81,4 @@ JAVA_CMD="${JAVA_CMD} --owner-uuid ${PROFILE_UUID}"
JAVA_CMD="${JAVA_CMD} --bind 0.0.0.0:${SERVER_PORT}"
# Execute the command
echo $JAVA_CMD
eval $JAVA_CMD