[PR #1038] [MERGED] Development #3237

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

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM/pull/1038
Author: @Texasboy123
Created: 8/28/2016
Status: Merged
Merged: 8/30/2016
Merged by: @dgibbs64

Base: masterHead: development


📝 Commits (10+)

  • fed375b Merge remote-tracking branch 'refs/remotes/origin/master' into development
  • 8107e68 Added more info that is useful for debugging
  • 251c63d now says "CTRL+b" then "d" to reduce confusion
  • 971f18d fn_print_information
  • 34c88b5 fn_print_information
  • 1ec0da4 nl
  • 3ba4aa5 added fn_print_header and lightblue
  • 87d7608 fixes
  • 9bf949e Added info_config.sh to fn_print_header
  • 4e97a9c gamename not servername

📊 Changes

20 files changed (+85 additions, -54 deletions)

View changed files

📝 CounterStrike/csserver (+2 -2)
📝 CounterStrikeConditionZero/csczserver (+2 -2)
📝 CounterStrikeGlobalOffensive/csgoserver (+2 -2)
📝 CounterStrikeSource/cssserver (+2 -2)
📝 Left4Dead/l4dserver (+1 -1)
📝 QuakeLive/cfg/lgsm-default.cfg (+1 -1)
📝 WolfensteinEnemyTerritory/cfg/lgsm-default.cfg (+0 -0)
📝 WolfensteinEnemyTerritory/wetserver (+1 -3)
📝 lgsm/functions/check_deps.sh (+4 -4)
📝 lgsm/functions/command_console.sh (+2 -5)
📝 lgsm/functions/command_debug.sh (+31 -8)
📝 lgsm/functions/command_install.sh (+1 -1)
📝 lgsm/functions/command_validate.sh (+1 -1)
📝 lgsm/functions/core_functions.sh (+4 -0)
📝 lgsm/functions/core_getopt.sh (+8 -8)
📝 lgsm/functions/core_messages.sh (+17 -7)
📝 lgsm/functions/fix.sh (+1 -1)
📝 lgsm/functions/info_parms.sh (+0 -1)
📝 lgsm/functions/install_config.sh (+4 -4)
📝 lgsm/functions/install_gslt.sh (+1 -1)

📄 Description

No description provided


🔄 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/1038 **Author:** [@Texasboy123](https://github.com/Texasboy123) **Created:** 8/28/2016 **Status:** ✅ Merged **Merged:** 8/30/2016 **Merged by:** [@dgibbs64](https://github.com/dgibbs64) **Base:** `master` ← **Head:** `development` --- ### 📝 Commits (10+) - [`fed375b`](https://github.com/GameServerManagers/LinuxGSM/commit/fed375b9c146819186d80a4726f8581c6171baf9) Merge remote-tracking branch 'refs/remotes/origin/master' into development - [`8107e68`](https://github.com/GameServerManagers/LinuxGSM/commit/8107e68621a5cd3bc2fe65730dcde376bff9ce51) Added more info that is useful for debugging - [`251c63d`](https://github.com/GameServerManagers/LinuxGSM/commit/251c63ddb93c29b5ea0c761f4af2b51909a4a761) now says "CTRL+b" then "d" to reduce confusion - [`971f18d`](https://github.com/GameServerManagers/LinuxGSM/commit/971f18db73d616f0f5275c70599edea2ee101753) fn_print_information - [`34c88b5`](https://github.com/GameServerManagers/LinuxGSM/commit/34c88b5f17873aec849b27915e03b60f40451cac) fn_print_information - [`1ec0da4`](https://github.com/GameServerManagers/LinuxGSM/commit/1ec0da404265284185f4a0010a091bc0a1e0d01a) nl - [`3ba4aa5`](https://github.com/GameServerManagers/LinuxGSM/commit/3ba4aa5e1c5830b99944305979f9c3439cefb253) added fn_print_header and lightblue - [`87d7608`](https://github.com/GameServerManagers/LinuxGSM/commit/87d7608df2fc03cdd5840110d759ce8259f89d23) fixes - [`9bf949e`](https://github.com/GameServerManagers/LinuxGSM/commit/9bf949e76264afc491ea7eca533dd9f05b848b63) Added info_config.sh to fn_print_header - [`4e97a9c`](https://github.com/GameServerManagers/LinuxGSM/commit/4e97a9cb1810c233908c414cfd94287942272a9e) gamename not servername ### 📊 Changes **20 files changed** (+85 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `CounterStrike/csserver` (+2 -2) 📝 `CounterStrikeConditionZero/csczserver` (+2 -2) 📝 `CounterStrikeGlobalOffensive/csgoserver` (+2 -2) 📝 `CounterStrikeSource/cssserver` (+2 -2) 📝 `Left4Dead/l4dserver` (+1 -1) 📝 `QuakeLive/cfg/lgsm-default.cfg` (+1 -1) 📝 `WolfensteinEnemyTerritory/cfg/lgsm-default.cfg` (+0 -0) 📝 `WolfensteinEnemyTerritory/wetserver` (+1 -3) 📝 `lgsm/functions/check_deps.sh` (+4 -4) 📝 `lgsm/functions/command_console.sh` (+2 -5) 📝 `lgsm/functions/command_debug.sh` (+31 -8) 📝 `lgsm/functions/command_install.sh` (+1 -1) 📝 `lgsm/functions/command_validate.sh` (+1 -1) 📝 `lgsm/functions/core_functions.sh` (+4 -0) 📝 `lgsm/functions/core_getopt.sh` (+8 -8) 📝 `lgsm/functions/core_messages.sh` (+17 -7) 📝 `lgsm/functions/fix.sh` (+1 -1) 📝 `lgsm/functions/info_parms.sh` (+0 -1) 📝 `lgsm/functions/install_config.sh` (+4 -4) 📝 `lgsm/functions/install_gslt.sh` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:47 +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#3237
No description provided.