Browse Source

Version 210516

pull/821/head
Daniel Gibbs 9 years ago
parent
commit
bf03a08f06
  1. 2
      7DaysToDie/sdtdserver
  2. 2
      ARKSurvivalEvolved/arkserver
  3. 2
      Arma3/arma3server
  4. 2
      BlackMesa/bmdmserver
  5. 2
      BladeSymphony/bsserver
  6. 2
      BrainBread2/bb2server
  7. 2
      CodenameCURE/ccserver
  8. 2
      CounterStrike/csserver
  9. 2
      CounterStrikeConditionZero/csczserver
  10. 2
      CounterStrikeGlobalOffensive/csgoserver
  11. 2
      CounterStrikeSource/cssserver
  12. 2
      DayOfDefeat/dodserver
  13. 2
      DayOfDefeatSource/dodsserver
  14. 2
      DeathmatchClassic/dmcserver
  15. 2
      DoubleActionBoogaloo/dabserver
  16. 2
      FistfulOfFrags/fofserver
  17. 2
      GarrysMod/gmodserver
  18. 2
      GoldenEyeSource/gesserver
  19. 2
      HalfLife2Deathmatch/hl2dmserver
  20. 2
      HalfLifeDeathmatch/hldmserver
  21. 2
      HalfLifeDeathmatchSource/hldmsserver
  22. 2
      Hurtworld/hwserver
  23. 2
      Insurgency/insserver
  24. 2
      JustCause2/jc2server
  25. 2
      KillingFloor/kfserver
  26. 2
      Left4Dead/l4dserver
  27. 2
      Left4Dead2/l4d2server
  28. 2
      Mumble/mumbleserver
  29. 2
      NoMoreRoomInHell/nmrihserver
  30. 2
      OpposingForce/opforserver
  31. 2
      PiratesVikingandKnightsII/pvkiiserver
  32. 2
      ProjectZomboid/pzserver
  33. 2
      RedOrchestra/roserver
  34. 2
      Ricochet/ricochetserver
  35. 2
      Rust/rustserver
  36. 2
      SeriousSam3BFE/ss3sserver
  37. 2
      StarBound/sbserver
  38. 2
      SvenCoop/svencoopserver
  39. 2
      TeamFortress2/tf2server
  40. 2
      TeamFortressClassic/tfcserver
  41. 2
      TeamSpeak3/ts3server
  42. 2
      Teeworlds/twserver
  43. 2
      Terraria/terrariaserver
  44. 2
      UnrealTournament2004/ut2k4server
  45. 2
      UnrealTournament99/ut99server
  46. 2
      functions/command_update_functions.sh
  47. 2
      functions/core_functions.sh
  48. 2
      functions/core_getopt.sh
  49. 2
      functions/fn_functions
  50. 2
      functions/fn_getopt
  51. 2
      functions/fn_update_functions
  52. 2
      lgsm/functions/alert.sh
  53. 2
      lgsm/functions/alert_email.sh
  54. 2
      lgsm/functions/alert_pushbullet.sh
  55. 2
      lgsm/functions/check.sh
  56. 2
      lgsm/functions/check_config.sh
  57. 2
      lgsm/functions/check_deps.sh
  58. 2
      lgsm/functions/check_glibc.sh
  59. 2
      lgsm/functions/check_ip.sh
  60. 2
      lgsm/functions/check_logs.sh
  61. 2
      lgsm/functions/check_permissions.sh
  62. 2
      lgsm/functions/check_root.sh
  63. 2
      lgsm/functions/check_status.sh
  64. 2
      lgsm/functions/check_steamcmd.sh
  65. 2
      lgsm/functions/check_system_dir.sh
  66. 2
      lgsm/functions/check_tmux.sh
  67. 2
      lgsm/functions/command_backup.sh
  68. 2
      lgsm/functions/command_console.sh
  69. 2
      lgsm/functions/command_debug.sh
  70. 2
      lgsm/functions/command_details.sh
  71. 2
      lgsm/functions/command_dev_debug.sh
  72. 2
      lgsm/functions/command_dev_detect_deps.sh
  73. 2
      lgsm/functions/command_install.sh
  74. 2
      lgsm/functions/command_monitor.sh
  75. 2
      lgsm/functions/command_start.sh
  76. 2
      lgsm/functions/command_stop.sh
  77. 2
      lgsm/functions/command_test_alert.sh
  78. 2
      lgsm/functions/command_ts3_server_pass.sh
  79. 2
      lgsm/functions/command_update_functions.sh
  80. 2
      lgsm/functions/command_validate.sh
  81. 2
      lgsm/functions/compress_unreal2_maps.sh
  82. 2
      lgsm/functions/compress_ut99_maps.sh
  83. 2
      lgsm/functions/core_dl.sh
  84. 2
      lgsm/functions/core_functions.sh
  85. 2
      lgsm/functions/core_getopt.sh
  86. 2
      lgsm/functions/core_messages.sh
  87. 2
      lgsm/functions/fix.sh
  88. 2
      lgsm/functions/fix_arma3.sh
  89. 2
      lgsm/functions/fix_csgo.sh
  90. 2
      lgsm/functions/fix_dst.sh
  91. 2
      lgsm/functions/fix_glibc.sh
  92. 2
      lgsm/functions/fix_ins.sh
  93. 2
      lgsm/functions/fix_kf.sh
  94. 2
      lgsm/functions/fix_ro.sh
  95. 2
      lgsm/functions/fix_steamcmd.sh
  96. 2
      lgsm/functions/fix_ut2k4.sh
  97. 2
      lgsm/functions/fix_ut99.sh
  98. 2
      lgsm/functions/fn_functions
  99. 2
      lgsm/functions/fn_getopt
  100. 2
      lgsm/functions/fn_update_functions

2
7DaysToDie/sdtdserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
ARKSurvivalEvolved/arkserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
Arma3/arma3server

@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
BlackMesa/bmdmserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
BladeSymphony/bsserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
BrainBread2/bb2server

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
CodenameCURE/ccserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
CounterStrike/csserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
CounterStrikeConditionZero/csczserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
CounterStrikeGlobalOffensive/csgoserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
CounterStrikeSource/cssserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
DayOfDefeat/dodserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
DayOfDefeatSource/dodsserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
DeathmatchClassic/dmcserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
DoubleActionBoogaloo/dabserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
FistfulOfFrags/fofserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
GarrysMod/gmodserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
GoldenEyeSource/gesserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####
export MALLOC_CHECK_=0 export MALLOC_CHECK_=0

2
HalfLife2Deathmatch/hl2dmserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
HalfLifeDeathmatch/hldmserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
HalfLifeDeathmatchSource/hldmsserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
Hurtworld/hwserver

@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
Insurgency/insserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
JustCause2/jc2server

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
KillingFloor/kfserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
Left4Dead/l4dserver

@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
Left4Dead2/l4d2server

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
Mumble/mumbleserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
NoMoreRoomInHell/nmrihserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
OpposingForce/opforserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
PiratesVikingandKnightsII/pvkiiserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
ProjectZomboid/pzserver

@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
RedOrchestra/roserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
Ricochet/ricochetserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
Rust/rustserver

@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
SeriousSam3BFE/ss3sserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
StarBound/sbserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
SvenCoop/svencoopserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
TeamFortress2/tf2server

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
TeamFortressClassic/tfcserver

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
TeamSpeak3/ts3server

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
Teeworlds/twserver

@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
Terraria/terrariaserver

@ -10,7 +10,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
UnrealTournament2004/ut2k4server

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
UnrealTournament99/ut99server

@ -9,7 +9,7 @@ if [ -f ".dev-debug" ]; then
set -x set -x
fi fi
version="150316" version="210516"
#### Variables #### #### Variables ####

2
functions/command_update_functions.sh

@ -2,7 +2,7 @@
# LGSM command_update_functions.sh function # LGSM command_update_functions.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="270216" lgsm_version="210516"
# Description: Deletes the functions dir to allow re-downloading of functions from GitHub. # Description: Deletes the functions dir to allow re-downloading of functions from GitHub.

2
functions/core_functions.sh

@ -2,7 +2,7 @@
# LGSM core_functions.sh function # LGSM core_functions.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="180316" lgsm_version="210516"
# Description: REDIRECT FUNCTION to new location for core_functions.sh # Description: REDIRECT FUNCTION to new location for core_functions.sh

2
functions/core_getopt.sh

@ -2,7 +2,7 @@
# LGSM core_getopt.sh function # LGSM core_getopt.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="180316" lgsm_version="210516"
# Description: REDIRECT FUNCTION to new location for core_getopt.sh # Description: REDIRECT FUNCTION to new location for core_getopt.sh

2
functions/fn_functions

@ -2,7 +2,7 @@
# LGSM fn_functions function # LGSM fn_functions function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="180316" lgsm_version="210516"
# Description: REDIRECT FUNCTION to new core_functions.sh # Description: REDIRECT FUNCTION to new core_functions.sh

2
functions/fn_getopt

@ -2,7 +2,7 @@
# LGSM fn_getopt.sh function # LGSM fn_getopt.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="180316" lgsm_version="210516"
# Description: REDIRECT FUNCTION to new core_getopt.sh # Description: REDIRECT FUNCTION to new core_getopt.sh

2
functions/fn_update_functions

@ -2,7 +2,7 @@
# LGSM fn_update_functions function # LGSM fn_update_functions function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
# Description: REDIRECT FUNCTION to new command_update_functions.sh # Description: REDIRECT FUNCTION to new command_update_functions.sh

2
lgsm/functions/alert.sh

@ -2,7 +2,7 @@
# LGSM alert.sh function # LGSM alert.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="140516" lgsm_version="210516"
# Description: Overall function for managing alerts. # Description: Overall function for managing alerts.

2
lgsm/functions/alert_email.sh

@ -2,7 +2,7 @@
# LGSM email.sh function # LGSM email.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="140516" lgsm_version="210516"
# Description: Sends email alert if monitor picks up a failure. # Description: Sends email alert if monitor picks up a failure.

2
lgsm/functions/alert_pushbullet.sh

@ -2,7 +2,7 @@
# LGSM alert_pushbullet.sh function # LGSM alert_pushbullet.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="140516" lgsm_version="210516"
# Description: alerts using pushbullet. # Description: alerts using pushbullet.

2
lgsm/functions/check.sh

@ -2,7 +2,7 @@
# LGSM fn_check function # LGSM fn_check function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="060516" lgsm_version="210516"
# Description: Overall function for managing checks. # Description: Overall function for managing checks.
# Runs checks that will either halt on or fix an issue. # Runs checks that will either halt on or fix an issue.

2
lgsm/functions/check_config.sh

@ -2,7 +2,7 @@
# LGSM check_config.sh function # LGSM check_config.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="060116" lgsm_version="210516"
# Description: If server config missing warn user. # Description: If server config missing warn user.

2
lgsm/functions/check_deps.sh

@ -2,7 +2,7 @@
# LGSM check_deps.sh function # LGSM check_deps.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="050516" lgsm_version="210516"
# Description: Checks that the requires dependencies are installed for LGSM. # Description: Checks that the requires dependencies are installed for LGSM.

2
lgsm/functions/check_glibc.sh

@ -2,7 +2,7 @@
# LGSM check_glibc.sh function # LGSM check_glibc.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="020116" lgsm_version="210516"
# Description: Checks if server has correct glibc or has a fix available. # Description: Checks if server has correct glibc or has a fix available.

2
lgsm/functions/check_ip.sh

@ -2,7 +2,7 @@
# LGSM check_ip.sh function # LGSM check_ip.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
# Description: Automatically identifies the server interface IP. # Description: Automatically identifies the server interface IP.
# If multiple interfaces are detected the user will need to manualy set using ip="0.0.0.0". # If multiple interfaces are detected the user will need to manualy set using ip="0.0.0.0".

2
lgsm/functions/check_logs.sh

@ -2,7 +2,7 @@
# LGSM check_logs.sh function # LGSM check_logs.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
# Description: Checks that log files exist on server start # Description: Checks that log files exist on server start

2
lgsm/functions/check_permissions.sh

@ -3,7 +3,7 @@
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Contributor: UltimateByte # Contributor: UltimateByte
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="150316" lgsm_version="210516"
# Description: Checks script, files and folders ownership and permissions. # Description: Checks script, files and folders ownership and permissions.

2
lgsm/functions/check_root.sh

@ -2,7 +2,7 @@
# LGSM check_root.sh function # LGSM check_root.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="060316" lgsm_version="210516"
if [ $(whoami) = "root" ]; then if [ $(whoami) = "root" ]; then
fn_print_fail_nl "Do NOT run this script as root!" fn_print_fail_nl "Do NOT run this script as root!"

2
lgsm/functions/check_status.sh

@ -2,7 +2,7 @@
# LGSM check_status function # LGSM check_status function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="060516" lgsm_version="210516"
# Description: Checks the proccess status of the server. Either online or offline. # Description: Checks the proccess status of the server. Either online or offline.

2
lgsm/functions/check_steamcmd.sh

@ -2,7 +2,7 @@
# LGSM check_steamcmd.sh function # LGSM check_steamcmd.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="160316" lgsm_version="210516"
# Description: Checks SteamCMD is installed and correct. # Description: Checks SteamCMD is installed and correct.

2
lgsm/functions/check_system_dir.sh

@ -2,7 +2,7 @@
# LGSM check_system_dir.sh function # LGSM check_system_dir.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
if [ ! -d "${systemdir}" ]; then if [ ! -d "${systemdir}" ]; then
fn_print_fail_nl "Cannot access ${systemdir}: No such directory" fn_print_fail_nl "Cannot access ${systemdir}: No such directory"

2
lgsm/functions/check_tmux.sh

@ -2,7 +2,7 @@
# LGSM check_tmux.sh function # LGSM check_tmux.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
# Checks if tmux is installed as too many users do not RTFM or know how to use Google. # Checks if tmux is installed as too many users do not RTFM or know how to use Google.

2
lgsm/functions/command_backup.sh

@ -2,7 +2,7 @@
# LGSM command_backup.sh function # LGSM command_backup.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="060516" lgsm_version="210516"
# Description: Creates a .tar.gz file in the backup directory. # Description: Creates a .tar.gz file in the backup directory.

2
lgsm/functions/command_console.sh

@ -2,7 +2,7 @@
# LGSM command_console.sh function # LGSM command_console.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="060516" lgsm_version="210516"
# Description: Gives access to the server tmux console. # Description: Gives access to the server tmux console.

2
lgsm/functions/command_debug.sh

@ -2,7 +2,7 @@
# LGSM command_debug.sh function # LGSM command_debug.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
# Description: Runs the server without tmux. Runs direct from the terminal. # Description: Runs the server without tmux. Runs direct from the terminal.

2
lgsm/functions/command_details.sh

@ -2,7 +2,7 @@
# LGSM command_details.sh function # LGSM command_details.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="080516" lgsm_version="210516"
# Description: Displays server infomation. # Description: Displays server infomation.

2
lgsm/functions/command_dev_debug.sh

@ -2,7 +2,7 @@
# LGSM dev_debug.sh function # LGSM dev_debug.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="281215" lgsm_version="210516"
# Description: Dev only: enables debuging log to be saved to dev-debug.log. # Description: Dev only: enables debuging log to be saved to dev-debug.log.

2
lgsm/functions/command_dev_detect_deps.sh

@ -2,7 +2,7 @@
# LGSM fn_dep_detect function # LGSM fn_dep_detect function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
# Description: Detects dependencies the server binary requires. # Description: Detects dependencies the server binary requires.

2
lgsm/functions/command_install.sh

@ -2,7 +2,7 @@
# LGSM fn_install function # LGSM fn_install function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="260216" lgsm_version="210516"
# Description: Overall function for the installer. # Description: Overall function for the installer.

2
lgsm/functions/command_monitor.sh

@ -2,7 +2,7 @@
# LGSM command_monitor.sh function # LGSM command_monitor.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="060516" lgsm_version="210516"
# Description: Monitors server by checking for running proccesses # Description: Monitors server by checking for running proccesses
# then passes to monitor_gsquery.sh. # then passes to monitor_gsquery.sh.

2
lgsm/functions/command_start.sh

@ -2,7 +2,7 @@
# LGSM command_start.sh function # LGSM command_start.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="060516" lgsm_version="210516"
# Description: Starts the server. # Description: Starts the server.

2
lgsm/functions/command_stop.sh

@ -2,7 +2,7 @@
# LGSM command_stop.sh function # LGSM command_stop.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
# Description: Stops the server. # Description: Stops the server.

2
lgsm/functions/command_test_alert.sh

@ -2,7 +2,7 @@
# LGSM command_email_test.sh function # LGSM command_email_test.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="140516" lgsm_version="210516"
# Description: Sends a test email alert. # Description: Sends a test email alert.

2
lgsm/functions/command_ts3_server_pass.sh

@ -3,7 +3,7 @@
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Contributor : UltimateByte # Contributor : UltimateByte
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="080116" lgsm_version="210516"
# Description: Changes TS3 serveradmin password # Description: Changes TS3 serveradmin password

2
lgsm/functions/command_update_functions.sh

@ -2,7 +2,7 @@
# LGSM command_update_functions.sh function # LGSM command_update_functions.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="270216" lgsm_version="210516"
# Description: Deletes the functions dir to allow re-downloading of functions from GitHub. # Description: Deletes the functions dir to allow re-downloading of functions from GitHub.

2
lgsm/functions/command_validate.sh

@ -2,7 +2,7 @@
# LGSM command_validate.sh function # LGSM command_validate.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="060516" lgsm_version="210516"
# Description: Runs a server validation. # Description: Runs a server validation.

2
lgsm/functions/compress_unreal2_maps.sh

@ -2,7 +2,7 @@
# LGSM compress_unreal2_maps.sh function # LGSM compress_unreal2_maps.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"

2
lgsm/functions/compress_ut99_maps.sh

@ -2,7 +2,7 @@
# LGSM compress_ut99_maps.sh function # LGSM compress_ut99_maps.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="301215" lgsm_version="210516"
function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"

2
lgsm/functions/core_dl.sh

@ -2,7 +2,7 @@
# LGSM core_dl.sh function # LGSM core_dl.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="050216" lgsm_version="210516"
# Description: Deals with all downloads for LGSM. # Description: Deals with all downloads for LGSM.

2
lgsm/functions/core_functions.sh

@ -2,7 +2,7 @@
# LGSM core_functions.sh function # LGSM core_functions.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="140516" lgsm_version="210516"
# Description: Defines all functions to allow download and execution of functions using fn_fetch_function. # Description: Defines all functions to allow download and execution of functions using fn_fetch_function.
# This function is called first before any other function. Without this file other functions would not load. # This function is called first before any other function. Without this file other functions would not load.

2
lgsm/functions/core_getopt.sh

@ -2,7 +2,7 @@
# LGSM core_getopt.sh function # LGSM core_getopt.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="070116" lgsm_version="210516"
# Description: getopt arguments. # Description: getopt arguments.

2
lgsm/functions/core_messages.sh

@ -2,7 +2,7 @@
# LGSM fn_messages function # LGSM fn_messages function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="380216" lgsm_version="210516"
# Description: Defines on-screen messages such as [ OK ] and how script logs look. # Description: Defines on-screen messages such as [ OK ] and how script logs look.

2
lgsm/functions/fix.sh

@ -2,7 +2,7 @@
# LGSM fix.sh function # LGSM fix.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="010316" lgsm_version="210516"
# Description: Overall function for managing fixes. # Description: Overall function for managing fixes.
# Runs functions that will fix an issue. # Runs functions that will fix an issue.

2
lgsm/functions/fix_arma3.sh

@ -2,7 +2,7 @@
# LGSM fix_arma3.sh function # LGSM fix_arma3.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="301215" lgsm_version="210516"
# Fixes: server not always creating steam_appid.txt file. # Fixes: server not always creating steam_appid.txt file.
if [ ! -d "${rootdir}/.local/share/Arma\ 3" ]; then if [ ! -d "${rootdir}/.local/share/Arma\ 3" ]; then

2
lgsm/functions/fix_csgo.sh

@ -2,7 +2,7 @@
# LGSM fix_csgo.sh function # LGSM fix_csgo.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="010316" lgsm_version="210516"
# Description: Resolves various issues with csgo. # Description: Resolves various issues with csgo.

2
lgsm/functions/fix_dst.sh

@ -2,7 +2,7 @@
# LGSM fix_dst.sh function # LGSM fix_dst.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="010316" lgsm_version="210516"
# Description: Resolves various issues with Dont Starve together. # Description: Resolves various issues with Dont Starve together.

2
lgsm/functions/fix_glibc.sh

@ -2,7 +2,7 @@
# LGSM fix_glibc.sh function # LGSM fix_glibc.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="220416" lgsm_version="210516"
# Description: Downloads required glibc files and applys teh glibc fix if required # Description: Downloads required glibc files and applys teh glibc fix if required

2
lgsm/functions/fix_ins.sh

@ -2,7 +2,7 @@
# LGSM fix_ins.sh function # LGSM fix_ins.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="291215" lgsm_version="210516"
# Description: Resolves various issues with Insurgency. # Description: Resolves various issues with Insurgency.

2
lgsm/functions/fix_kf.sh

@ -2,7 +2,7 @@
# LGSM fix_kf.sh function # LGSM fix_kf.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
echo "Applying WebAdmin ROOst.css fix." echo "Applying WebAdmin ROOst.css fix."
echo "http://forums.tripwireinteractive.com/showpost.php?p=585435&postcount=13" echo "http://forums.tripwireinteractive.com/showpost.php?p=585435&postcount=13"

2
lgsm/functions/fix_ro.sh

@ -2,7 +2,7 @@
# LGSM fix_ro.sh function # LGSM fix_ro.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="010316" lgsm_version="210516"
# Description: Resolves various issues with red orchestra. # Description: Resolves various issues with red orchestra.

2
lgsm/functions/fix_steamcmd.sh

@ -2,7 +2,7 @@
# LGSM fix_steamcmd.sh function # LGSM fix_steamcmd.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="010316" lgsm_version="210516"
# Description: fixes various issues related to steamCMD. # Description: fixes various issues related to steamCMD.

2
lgsm/functions/fix_ut2k4.sh

@ -2,7 +2,7 @@
# LGSM fix_ut2k4.sh function # LGSM fix_ut2k4.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="010316" lgsm_version="210516"
# Description: Resolves various issues with unreal tournament 2004. # Description: Resolves various issues with unreal tournament 2004.

2
lgsm/functions/fix_ut99.sh

@ -2,7 +2,7 @@
# LGSM fix_ut99.sh function # LGSM fix_ut99.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
echo "${servercfgfullpath}" echo "${servercfgfullpath}"
echo "enabling UdpServerUplink." echo "enabling UdpServerUplink."
{ {

2
lgsm/functions/fn_functions

@ -2,7 +2,7 @@
# LGSM core_functions.sh function # LGSM core_functions.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
# Description: Redirect to new core_functions.sh # Description: Redirect to new core_functions.sh

2
lgsm/functions/fn_getopt

@ -2,7 +2,7 @@
# LGSM core_getopt.sh function # LGSM core_getopt.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="271215" lgsm_version="210516"
# Description: Redirect to new core_getopt.sh # Description: Redirect to new core_getopt.sh

2
lgsm/functions/fn_update_functions

@ -2,7 +2,7 @@
# LGSM fn_update_functions.sh function # LGSM fn_update_functions.sh function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: https://gameservermanagers.com # Website: https://gameservermanagers.com
lgsm_version="230116" lgsm_version="210516"
# Description: LEGACY FUNCTION Deletes the functions dir to allow re-downloading of functions from GitHub. # Description: LEGACY FUNCTION Deletes the functions dir to allow re-downloading of functions from GitHub.

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save