Browse Source

Updates all version numbers

pull/584/head
Daniel Gibbs 9 years ago
parent
commit
5f290fd3b8
  1. 2
      7DaysToDie/sdtdserver
  2. 2
      ARKSurvivalEvolved/arkserver
  3. 2
      Arma3/arma3server
  4. 2
      BlackMesa/bmdmserver
  5. 2
      BladeSymphony/bsserver
  6. 2
      CounterStrike/csserver
  7. 2
      CounterStrikeConditionZero/csczserver
  8. 2
      CounterStrikeGlobalOffensive/csgoserver
  9. 2
      CounterStrikeSource/cssserver
  10. 2
      DayOfDefeat/dodserver
  11. 2
      DayOfDefeatSource/dodsserver
  12. 2
      DeathmatchClassic/dmcserver
  13. 2
      DontStarveTogether/dstserver
  14. 2
      DoubleActionBoogaloo/dabserver
  15. 2
      FistfulOfFrags/fofserver
  16. 2
      GarrysMod/gmodserver
  17. 2
      HalfLife2Deathmatch/hl2dmserver
  18. 2
      HalfLifeDeathmatch/hldmserver
  19. 2
      HalfLifeDeathmatchSource/hldmsserver
  20. 2
      Insurgency/insserver
  21. 2
      JustCause2/jc2server
  22. 2
      KillingFloor/kfserver
  23. 2
      Left4Dead/l4dserver
  24. 2
      Left4Dead2/l4d2server
  25. 2
      Mumble/mumbleserver
  26. 2
      NS2Combat/ns2cserver
  27. 2
      NaturalSelection2/ns2server
  28. 2
      NoMoreRoomInHell/nmrihserver
  29. 2
      OpposingForce/opforserver
  30. 2
      PiratesVikingandKnightsII/pvkiiserver
  31. 2
      ProjectZomboid/pzserver
  32. 2
      RedOrchestra/roserver
  33. 2
      Ricochet/ricochetserver
  34. 2
      StarBound/sbserver
  35. 2
      TeamFortress2/tf2server
  36. 2
      TeamFortressClassic/tfcserver
  37. 2
      Teeworlds/twserver
  38. 2
      Terraria/terrariaserver
  39. 2
      UnrealTournament2004/ut2k4server
  40. 2
      functions/check.sh
  41. 2
      functions/check_ip.sh
  42. 2
      functions/check_logs.sh
  43. 2
      functions/check_root.sh
  44. 2
      functions/check_steamcmd.sh
  45. 2
      functions/check_steamuser.sh
  46. 2
      functions/check_systemdir.sh
  47. 2
      functions/check_tmux.sh
  48. 2
      functions/command_backup.sh
  49. 2
      functions/command_console.sh
  50. 2
      functions/command_debug.sh
  51. 2
      functions/command_details.sh
  52. 2
      functions/command_install.sh
  53. 2
      functions/command_monitor.sh
  54. 2
      functions/command_start.sh
  55. 2
      functions/command_stop.sh
  56. 2
      functions/command_validate.sh
  57. 2
      functions/compress_unreal2_maps.sh
  58. 2
      functions/compress_ut99_maps.sh
  59. 2
      functions/core_functions.sh
  60. 2
      functions/core_getopt.sh
  61. 2
      functions/core_messages.sh
  62. 2
      functions/dev_debug.sh
  63. 2
      functions/dev_detect_deps.sh
  64. 2
      functions/email.sh
  65. 2
      functions/email_test.sh
  66. 2
      functions/fix_arma3.sh
  67. 2
      functions/fix_csgo.sh
  68. 2
      functions/fix_glibc.sh
  69. 2
      functions/fix_ins.sh
  70. 2
      functions/fn_functions
  71. 2
      functions/fn_getopt
  72. 2
      functions/info_config.sh
  73. 2
      functions/info_distro.sh
  74. 2
      functions/info_glibc.sh
  75. 2
      functions/info_ts3status.sh
  76. 2
      functions/install_complete.sh
  77. 2
      functions/install_config.sh
  78. 2
      functions/install_dl_ut2k4.sh
  79. 2
      functions/install_dl_ut99.sh
  80. 2
      functions/install_fix_kf.sh
  81. 2
      functions/install_fix_ro.sh
  82. 2
      functions/install_fix_steam.sh
  83. 2
      functions/install_fix_ut2k4.sh
  84. 2
      functions/install_fix_ut99.sh
  85. 2
      functions/install_gslt.sh
  86. 2
      functions/install_gsquery.sh
  87. 2
      functions/install_header.sh
  88. 2
      functions/install_logs.sh
  89. 2
      functions/install_retry.sh
  90. 2
      functions/install_serverdir.sh
  91. 2
      functions/install_serverfiles.sh
  92. 2
      functions/install_steamcmd.sh
  93. 2
      functions/install_ts3.sh
  94. 2
      functions/install_ts3db.sh
  95. 2
      functions/install_ut2k4.sh
  96. 2
      functions/install_ut2k4_key.sh
  97. 2
      functions/install_ut99.sh
  98. 2
      functions/logs.sh
  99. 2
      functions/monitor_gsquery.sh
  100. 2
      functions/update_check.sh

2
7DaysToDie/sdtdserver

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

2
ARKSurvivalEvolved/arkserver

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

2
Arma3/arma3server

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

2
BlackMesa/bmdmserver

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

2
BladeSymphony/bsserver

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

2
CounterStrike/csserver

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

2
CounterStrikeConditionZero/csczserver

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

2
CounterStrikeGlobalOffensive/csgoserver

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

2
CounterStrikeSource/cssserver

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

2
DayOfDefeat/dodserver

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

2
DayOfDefeatSource/dodsserver

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

2
DeathmatchClassic/dmcserver

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

2
DontStarveTogether/dstserver

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

2
DoubleActionBoogaloo/dabserver

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

2
FistfulOfFrags/fofserver

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

2
GarrysMod/gmodserver

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

2
HalfLife2Deathmatch/hl2dmserver

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

2
HalfLifeDeathmatch/hldmserver

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

2
HalfLifeDeathmatchSource/hldmsserver

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

2
Insurgency/insserver

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

2
JustCause2/jc2server

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

2
KillingFloor/kfserver

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

2
Left4Dead/l4dserver

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

2
Left4Dead2/l4d2server

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

2
Mumble/mumbleserver

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

2
NS2Combat/ns2cserver

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

2
NaturalSelection2/ns2server

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

2
NoMoreRoomInHell/nmrihserver

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

2
OpposingForce/opforserver

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

2
PiratesVikingandKnightsII/pvkiiserver

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

2
ProjectZomboid/pzserver

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

2
RedOrchestra/roserver

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

2
Ricochet/ricochetserver

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

2
StarBound/sbserver

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

2
TeamFortress2/tf2server

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

2
TeamFortressClassic/tfcserver

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

2
Teeworlds/twserver

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

2
Terraria/terrariaserver

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

2
UnrealTournament2004/ut2k4server

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

2
functions/check.sh

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

2
functions/check_ip.sh

@ -2,7 +2,7 @@
# LGSM check_ip.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="261215"
lgsm_version="271215"
# 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".

2
functions/check_logs.sh

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

2
functions/check_root.sh

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

2
functions/check_steamcmd.sh

@ -2,7 +2,7 @@
# LGSM check_steamcmd.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="261215"
lgsm_version="271215"
# Description: Downloads SteamCMD on install and checks if missing before running functions that require SteamCMD

2
functions/check_steamuser.sh

@ -2,7 +2,7 @@
# LGSM check_steamuser.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="261215"
lgsm_version="271215"
if [ "${steamuser}" == "username" ]; then
fn_printfailnl "Steam login not set. Update steamuser."

2
functions/check_systemdir.sh

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

2
functions/check_tmux.sh

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

2
functions/command_backup.sh

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

2
functions/command_console.sh

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

2
functions/command_debug.sh

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

2
functions/command_details.sh

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

2
functions/command_install.sh

@ -2,7 +2,7 @@
# LGSM fn_install function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="261215"
lgsm_version="271215"
check_root.sh
install_header.sh

2
functions/command_monitor.sh

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

2
functions/command_start.sh

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

2
functions/command_stop.sh

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

2
functions/command_validate.sh

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

2
functions/compress_unreal2_maps.sh

@ -2,7 +2,7 @@
# LGSM compress_unreal2_maps.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
check_root.sh
clear

2
functions/compress_ut99_maps.sh

@ -2,7 +2,7 @@
# LGSM compress_ut99_maps.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
check_root.sh
clear

2
functions/core_functions.sh

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

2
functions/core_getopt.sh

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

2
functions/core_messages.sh

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

2
functions/dev_debug.sh

@ -2,7 +2,7 @@
# LGSM dev_debug.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
if [ -f ".dev-debug" ]; then
rm .dev-debug

2
functions/dev_detect_deps.sh

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

2
functions/email.sh

@ -2,7 +2,7 @@
# LGSM email.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
# Description: Sends email notification if monitor picks up a failure.

2
functions/email_test.sh

@ -2,7 +2,7 @@
# LGSM email_test.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
# Description: Sends a test email notification.

2
functions/fix_arma3.sh

@ -2,7 +2,7 @@
# LGSM fix_arma3.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="201215"
lgsm_version="271215"
# Fixes line 63: 20150 Segmentation fault (core dumped) #488

2
functions/fix_csgo.sh

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

2
functions/fix_glibc.sh

@ -2,7 +2,7 @@
# LGSM fix_glibc.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
fn_glibcfixmsg(){
echo ""

2
functions/fix_ins.sh

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

2
functions/fn_functions

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

2
functions/fn_getopt

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

2
functions/info_config.sh

@ -2,7 +2,7 @@
# LGSM info_config.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="261215"
lgsm_version="271215"
# Description: Gets specific details from config files.

2
functions/info_distro.sh

@ -2,7 +2,7 @@
# LGSM info_distro.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="211215"
lgsm_version="271215"
# Description: Variables providing useful info on the Operating System such as disk and performace info.
# Used for command_details.sh, command_debug.sh and email.sh.

2
functions/info_glibc.sh

@ -2,7 +2,7 @@
# LGSM info_glibc.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
# Description: stores details on servers Glibc requirements.

2
functions/info_ts3status.sh

@ -2,7 +2,7 @@
# LGSM check_ts3status.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
# Checks the status of Teamspeak 3.

2
functions/install_complete.sh

@ -2,7 +2,7 @@
# LGSM install_complete.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
if [ "${gamename}" == "Dont Starve Together" ]; then
echo ""

2
functions/install_config.sh

@ -2,7 +2,7 @@
# LGSM install_config.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="251215"
lgsm_version="271215"
fn_defaultconfig(){
echo "creating ${servercfg} config file."

2
functions/install_dl_ut2k4.sh

@ -2,7 +2,7 @@
# LGSM install_dl_ut2k4.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
echo "Downloading Server Files"
echo "================================="

2
functions/install_dl_ut99.sh

@ -2,7 +2,7 @@
# LGSM install_dl_ut99.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
echo "Downloading Server Files"
echo "================================="

2
functions/install_fix_kf.sh

@ -2,7 +2,7 @@
# LGSM install_fix_kf.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
echo "Applying ${gamename} Server Fixes"
echo "================================="

2
functions/install_fix_ro.sh

@ -2,7 +2,7 @@
# LGSM install_fix_ro.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
echo "Applying ${gamename} Server Fixes"
echo "================================="

2
functions/install_fix_steam.sh

@ -2,7 +2,7 @@
# LGSM install_fix_steam.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="261215"
lgsm_version="271215"
fn_steamclientfix(){
echo ""

2
functions/install_fix_ut2k4.sh

@ -2,7 +2,7 @@
# LGSM install_fix_ut2k4.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
echo "Applying ${gamename} Server Fixes"
echo "================================="

2
functions/install_fix_ut99.sh

@ -2,7 +2,7 @@
# LGSM install_fix_ut99.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
echo "Applying ${gamename} Server Fixes"
echo "================================="

2
functions/install_gslt.sh

@ -2,7 +2,7 @@
# LGSM install_gslt.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="091215"
lgsm_version="271215"
# Description: Configures GSLT.

2
functions/install_gsquery.sh

@ -2,7 +2,7 @@
# LGSM install_gsquery.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="261215"
lgsm_version="271215"
fn_dlgsquery(){
cd "${rootdir}"

2
functions/install_header.sh

@ -2,7 +2,7 @@
# LGSM install_header.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="201215"
lgsm_version="271215"
clear
echo "================================="

2
functions/install_logs.sh

@ -2,7 +2,7 @@
# LGSM install_logs.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
if [ "${checklogs}" != "1" ]; then
echo ""

2
functions/install_retry.sh

@ -2,7 +2,7 @@
# LGSM install_retry.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
while true; do
read -e -i "y" -p "Retry install? [Y/n]" yn

2
functions/install_serverdir.sh

@ -2,7 +2,7 @@
# LGSM install_serverdir.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="201215"
lgsm_version="271215"
echo ""
echo "Server Directory"

2
functions/install_serverfiles.sh

@ -2,7 +2,7 @@
# LGSM finstall_serverfiles.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
fn_steaminstallcommand(){
check_steamuser.sh

2
functions/install_steamcmd.sh

@ -2,7 +2,7 @@
# LGSM install_steamcmd.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="201215"
lgsm_version="271215"
# Description: Downloads SteamCMD on install.

2
functions/install_ts3.sh

@ -2,7 +2,7 @@
# LGSM install_ts3.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="251215"
lgsm_version="271215"
info_distro.sh
# Gets the teamspeak server architecture

2
functions/install_ts3db.sh

@ -3,7 +3,7 @@
# Author: Daniel Gibbs
# Contributor: PhilPhonic
# Website: http://gameservermanagers.com
lgsm_version="261215"
lgsm_version="271215"
fn_install_ts3db_mariadb(){
echo ""

2
functions/install_ut2k4.sh

@ -2,7 +2,7 @@
# LGSM install_ut2k4.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
echo "Installing ${gamename} Server"
echo "================================="

2
functions/install_ut2k4_key.sh

@ -2,7 +2,7 @@
# LGSM install_ut2k4_key.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
echo "Enter ${gamename} CD Key"
echo "================================="

2
functions/install_ut99.sh

@ -2,7 +2,7 @@
# LGSM install_ut99.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
echo "Installing ${gamename} Server"
echo "================================="

2
functions/logs.sh

@ -2,7 +2,7 @@
# LGSM logs.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="061115"
lgsm_version="271215"
# Description: Acts as a log rotater, removing old logs.

2
functions/monitor_gsquery.sh

@ -2,7 +2,7 @@
# LGSM monitor_gsquery.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="201215"
lgsm_version="271215"
# Description: uses gsquery.py to directly query the server.
# Detects if the server has frozen.

2
functions/update_check.sh

@ -2,7 +2,7 @@
# LGSM update_check.sh function
# Author: Daniel Gibbs
# Website: http://gameservermanagers.com
lgsm_version="201215"
lgsm_version="271215"
# Description: Checks if a server update is available.

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

Loading…
Cancel
Save