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. ################################################################################