[PR #942] [CLOSED] Mainly minor fixes #3208

Closed
opened 2026-02-27 03:53:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/942
Author: @marvinlehmann
Created: 7/26/2016
Status: Closed

Base: masterHead: master


📝 Commits (10+)

  • 1e8351b Fixed typos
  • ffaf5e1 Replaced unimportant spaces by tabs
  • 0b7499a Fixed typos and improved descriptions
  • ef97f2f Removed deprecated var emailnotification
  • 0e024a5 Corrected abbreviaton of test-alert parameter
  • 0f52b2d Added directory check
  • ff87abd Version 260716
  • 88bc4f4 Improved Project Zomboid Support
  • a3d06f3 Added fix to support older TS3 scripts
  • 4cd793d Update tests_ts3server.sh

📊 Changes

64 files changed (+209 additions, -150 deletions)

View changed files

📝 ARKSurvivalEvolved/arkserver (+1 -1)
📝 ProjectZomboid/cfg/lgsm-default.ini (+23 -3)
📝 ProjectZomboid/pzserver (+3 -2)
📝 TeamSpeak3/ts3server (+4 -4)
📝 Teeworlds/cfg/tdm.cfg (+1 -1)
📝 functions/command_update_functions.sh (+1 -1)
📝 functions/core_functions.sh (+1 -1)
📝 lgsm/functions/alert.sh (+3 -3)
📝 lgsm/functions/alert_email.sh (+2 -2)
📝 lgsm/functions/alert_pushbullet.sh (+1 -1)
📝 lgsm/functions/check.sh (+1 -2)
📝 lgsm/functions/check_config.sh (+1 -1)
📝 lgsm/functions/check_deps.sh (+3 -1)
📝 lgsm/functions/check_glibc.sh (+1 -1)
📝 lgsm/functions/check_ip.sh (+2 -2)
📝 lgsm/functions/check_logs.sh (+3 -3)
📝 lgsm/functions/check_permissions.sh (+1 -1)
📝 lgsm/functions/check_root.sh (+1 -0)
📝 lgsm/functions/check_status.sh (+2 -2)
📝 lgsm/functions/check_steamcmd.sh (+4 -5)

...and 44 more files

📄 Description

The only critical one is "Fixed typos" because I changed the gamename "Teamspeak 3" to "TeamSpeak 3". Users would have to update that.

Note to "Added directory check":
Probably not the best solution. Just a really simple one. I don't know if a notification should be displayed to the user?


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/GameServerManagers/LinuxGSM/pull/942 **Author:** [@marvinlehmann](https://github.com/marvinlehmann) **Created:** 7/26/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (10+) - [`1e8351b`](https://github.com/GameServerManagers/LinuxGSM/commit/1e8351bb49787a74db374a3a902cbf2e020d2c5c) Fixed typos - [`ffaf5e1`](https://github.com/GameServerManagers/LinuxGSM/commit/ffaf5e1b3ebc513b2c097d7bf18f415d0815044d) Replaced unimportant spaces by tabs - [`0b7499a`](https://github.com/GameServerManagers/LinuxGSM/commit/0b7499a41344c04716d2c12d58c476aca26d60fa) Fixed typos and improved descriptions - [`ef97f2f`](https://github.com/GameServerManagers/LinuxGSM/commit/ef97f2f388ae4e0c7c6803e11d3fbd059f0f5bbc) Removed deprecated var emailnotification - [`0e024a5`](https://github.com/GameServerManagers/LinuxGSM/commit/0e024a5ecec0d73c00216b1c6aa87c7ea960b6c9) Corrected abbreviaton of test-alert parameter - [`0f52b2d`](https://github.com/GameServerManagers/LinuxGSM/commit/0f52b2ddf71eab39d99b82397425453cb7a8a432) Added directory check - [`ff87abd`](https://github.com/GameServerManagers/LinuxGSM/commit/ff87abdc082d9f73ab0b90456e262ab0fa135bd3) Version 260716 - [`88bc4f4`](https://github.com/GameServerManagers/LinuxGSM/commit/88bc4f4ef169f0a01c9c1f1a704c988053153eca) Improved Project Zomboid Support - [`a3d06f3`](https://github.com/GameServerManagers/LinuxGSM/commit/a3d06f32bda6ec8c11a057db5c7d8717a2bc8092) Added fix to support older TS3 scripts - [`4cd793d`](https://github.com/GameServerManagers/LinuxGSM/commit/4cd793d4403c8a8cb419d50e18d0e0cc391ab8a9) Update tests_ts3server.sh ### 📊 Changes **64 files changed** (+209 additions, -150 deletions) <details> <summary>View changed files</summary> 📝 `ARKSurvivalEvolved/arkserver` (+1 -1) 📝 `ProjectZomboid/cfg/lgsm-default.ini` (+23 -3) 📝 `ProjectZomboid/pzserver` (+3 -2) 📝 `TeamSpeak3/ts3server` (+4 -4) 📝 `Teeworlds/cfg/tdm.cfg` (+1 -1) 📝 `functions/command_update_functions.sh` (+1 -1) 📝 `functions/core_functions.sh` (+1 -1) 📝 `lgsm/functions/alert.sh` (+3 -3) 📝 `lgsm/functions/alert_email.sh` (+2 -2) 📝 `lgsm/functions/alert_pushbullet.sh` (+1 -1) 📝 `lgsm/functions/check.sh` (+1 -2) 📝 `lgsm/functions/check_config.sh` (+1 -1) 📝 `lgsm/functions/check_deps.sh` (+3 -1) 📝 `lgsm/functions/check_glibc.sh` (+1 -1) 📝 `lgsm/functions/check_ip.sh` (+2 -2) 📝 `lgsm/functions/check_logs.sh` (+3 -3) 📝 `lgsm/functions/check_permissions.sh` (+1 -1) 📝 `lgsm/functions/check_root.sh` (+1 -0) 📝 `lgsm/functions/check_status.sh` (+2 -2) 📝 `lgsm/functions/check_steamcmd.sh` (+4 -5) _...and 44 more files_ </details> ### 📄 Description The only critical one is "Fixed typos" because I changed the gamename "Teamspeak 3" to "TeamSpeak 3". Users would have to update that. Note to "Added directory check": Probably not the best solution. Just a really simple one. I don't know if a notification should be displayed to the user? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 03:53:40 +03:00
Sign in to join this conversation.
No labels
Atomic
Epic
cannot reproduce
command: backup
command: console
command: debug
command: details
command: fast-dl
command: install
command: mods
command: monitor
command: post-details
command: restart
command: send
command: start
command: stop
command: update
command: update-lgsm
command: validate
command: wipe
distro: AlmaLinux
distro: Arch Linux
distro: CentOS
distro: Debian
distro: Fedora
distro: RedHat
distro: Rocky Linux
distro: Ubuntu
distro: openSUSE
engine: goldsrc
engine: source
game: 7 Days to Die
game: ARMA 3
game: Ark: Survival Evolved
game: Assetto Corsa
game: Avorion
game: BATTALION: Legacy
game: Barotrauma
game: Battalion 1944
game: Battlefield 1942
game: Black Mesa: Deathmatch
game: Blade Symphony
game: Call of Duty 2
game: Call of Duty 4
game: Call of Duty: United Offensive
game: Counter-Strike 1.6
game: Counter-Strike 2
game: Counter-Strike: Global Offensive
game: Counter-Strike: Source
game: Day of Infamy
game: Dayz
game: Death Match Classic
game: Don't Starve Together
game: ET: Legacy
game: Eco
game: Factorio
game: Factorio
game: Garry's Mod
game: Half-Life
game: Hurtword
game: Insurgecy
game: Insurgecy
game: Insurgency: Sandstorm
game: Just Cause 3
game: Killing Floor
game: Killing Floor 2
game: Left 4 Dead 2
game: Minecraft
game: Minecraft Bedrock
game: Mordhau
game: Multi Theft Auto
game: Mumble
game: Natural Selection 2
game: No More Room in Hell
game: Pavlov VR
game: Post Scriptum
game: Project Zomboid
game: Quake 3
game: QuakeWorld
game: Red Orchestra: Ostfront 41-45
game: Return to Castle Wolfenstein
game: Rising World
game: Rust
game: San Andreas Multiplayer
game: Satisfactory
game: Soldat
game: Soldier of Fortune 2
game: Squad
game: Squad 44
game: Starbound
game: Stationeers
game: Sven Co-op
game: Team Fortress 2
game: Teamspeak 3
game: Teeworlds
game: Terraria
game: The Front
game: Unreal Tournament 2004
game: Unreal Tournament 3
game: Unreal Tournament 99
game: Unturned
game: Valheim
game: Wurm Unlimited
game: Zombie Master Reborn
game: label missing
good first issue
help wanted
info: alerts
info: dependency
info: docker
info: docs
info: email
info: query
info: steamcmd
info: systemd
info: tmux
info: website
info: website
needs more info
outcome: duplicate
outcome: issue resolved
outcome: issue resolved
outcome: issue unresolved
outcome: pr accepted
outcome: pr rejected
outcome: unconfirmed
outcome: wontfix
outcome: wrong forum
potential-duplicate
priority
pull-request
type: bug
type: feature
type: feature
type: feature request
type: game server request
type: refactor
waiting response
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM#3208
No description provided.