This commit adds a symlink for the LGSM_CONFIG file to the /app/lgsm/config-lgsm directory. This allows for easier access and management of the configuration file.
The code has been refactored to improve the update check message. Instead of displaying the update check interval in seconds, it now displays it in minutes for better readability.
Define the missing ${USER} variable in the entrypoint-user.sh script to ensure it is set correctly in the Docker container.
This commit adds a new line of code that sets the ${USER} variable to "${USERNAME}".
The purpose of this change is to properly configure the game server by checking if the specified file exists and setting up necessary variables accordingly.
The log file path in the entrypoint-user.sh script has been updated to use the LGSM_LOGDIR environment variable instead of the previous logdir variable. This change ensures that the correct log files are being tailed.
The commit fixes an issue where the log files were not being properly tailed. The change modifies the code to correctly tail the log files by using the correct directory path.
- Renamed the `exit_handler` function to `exit_handler_user` in `entrypoint-user.sh`
- Updated the echo statements in the exit handler to use proper capitalization
- Removed unnecessary `exec` command in the exit handler of both scripts
- Modified trap signal from `exit_handler` to `exit_handler_user` in `entrypoint-user.sh`
- Added background execution for log tailing in both scripts using `tail -F`
- Added wait command at the end of each script to ensure completion
- Refactored the exit_handler function to handle shutdown commands more efficiently.
- Added an exit trap to ensure proper execution of the exit_handler function on SIGQUIT, SIGINT, and SIGTERM signals.
- Improved code organization by moving the "Loading exit handler" message to a separate line for clarity.
- Updated the entrypoint.sh file with similar changes for consistency.
The commit updates the file paths in the entrypoint scripts to use the correct variables and directories. This ensures that the scripts work as intended and avoid any potential errors or issues.
The code changes remove unnecessary lines and simplify the logic in the entrypoint-user.sh script. The tail command is now used directly to follow log files instead of checking for command-line arguments.
- Updated Dockerfiles for Ubuntu 18.04, 20.04, and 22.04 to use Node.js version 16.x instead of 18.x or 20.x
- Set environment variables LGSM_GITHUBBRANCH, LGSM_LOGDIR, LGSM_SERVERFILES, and LGSM_CONFIG to new values
- Changed working directory from /linuxgsm to /app
- Created /data directory in the container
- Cleared modules directory (/app/lgsm/modules) if branch is not master