From 4add7f26b0ca08bbd78c727687eabaf312853b93 Mon Sep 17 00:00:00 2001 From: NATroutter Date: Wed, 14 Jan 2026 02:58:12 +0200 Subject: [PATCH] Updated the banner --- entry.sh | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/entry.sh b/entry.sh index 514e648..1a1f445 100644 --- a/entry.sh +++ b/entry.sh @@ -1,11 +1,15 @@ #!/bin/bash ################################################################################ -# WARNING: DO NOT EDIT THIS FILE MANUALLY! +# egg-hytale Entry Script # -# This file is automatically downloaded and managed by the egg installer. -# Any manual changes you make will be overwritten on the next update. +# This script handles: +# - Hytale server download and updates +# - Authentication with Hytale services +# - Session token generation +# - Launching the main server startup script # +# DO NOT EDIT THIS FILE - it is managed by the Docker image. # To customize server settings, use the egg configuration variables in your # Pelican or Pterodactyl panel instead. ################################################################################