Преглед изворни кода

Updates all version numbers

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

+ 1 - 1
7DaysToDie/sdtdserver

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

+ 1 - 1
ARKSurvivalEvolved/arkserver

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

+ 1 - 1
Arma3/arma3server

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

+ 1 - 1
BlackMesa/bmdmserver

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

+ 1 - 1
BladeSymphony/bsserver

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

+ 1 - 1
CounterStrike/csserver

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

+ 1 - 1
CounterStrikeConditionZero/csczserver

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

+ 1 - 1
CounterStrikeGlobalOffensive/csgoserver

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

+ 1 - 1
CounterStrikeSource/cssserver

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

+ 1 - 1
DayOfDefeat/dodserver

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

+ 1 - 1
DayOfDefeatSource/dodsserver

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

+ 1 - 1
DeathmatchClassic/dmcserver

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

+ 1 - 1
DontStarveTogether/dstserver

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

+ 1 - 1
DoubleActionBoogaloo/dabserver

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

+ 1 - 1
FistfulOfFrags/fofserver

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

+ 1 - 1
GarrysMod/gmodserver

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

+ 1 - 1
HalfLife2Deathmatch/hl2dmserver

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

+ 1 - 1
HalfLifeDeathmatch/hldmserver

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

+ 1 - 1
HalfLifeDeathmatchSource/hldmsserver

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

+ 1 - 1
Insurgency/insserver

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

+ 1 - 1
JustCause2/jc2server

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

+ 1 - 1
KillingFloor/kfserver

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

+ 1 - 1
Left4Dead/l4dserver

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

+ 1 - 1
Left4Dead2/l4d2server

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

+ 1 - 1
Mumble/mumbleserver

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

+ 1 - 1
NS2Combat/ns2cserver

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

+ 1 - 1
NaturalSelection2/ns2server

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

+ 1 - 1
NoMoreRoomInHell/nmrihserver

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

+ 1 - 1
OpposingForce/opforserver

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

+ 1 - 1
PiratesVikingandKnightsII/pvkiiserver

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

+ 1 - 1
ProjectZomboid/pzserver

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

+ 1 - 1
RedOrchestra/roserver

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

+ 1 - 1
Ricochet/ricochetserver

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

+ 1 - 1
StarBound/sbserver

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

+ 1 - 1
TeamFortress2/tf2server

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

+ 1 - 1
TeamFortressClassic/tfcserver

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

+ 1 - 1
Teeworlds/twserver

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

+ 1 - 1
Terraria/terrariaserver

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

+ 1 - 1
UnrealTournament2004/ut2k4server

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

+ 1 - 1
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.

+ 1 - 1
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".

+ 1 - 1
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
 

+ 1 - 1
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!"

+ 1 - 1
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
 

+ 1 - 1
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."	

+ 1 - 1
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"

+ 1 - 1
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.
 

+ 1 - 1
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.
 

+ 1 - 1
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.
 

+ 1 - 1
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.
 

+ 1 - 1
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.
 

+ 1 - 1
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

+ 1 - 1
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.

+ 1 - 1
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.
 

+ 1 - 1
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.
 

+ 1 - 1
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.
 

+ 1 - 1
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

+ 1 - 1
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

+ 1 - 1
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.

+ 1 - 1
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.
 

+ 1 - 1
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.
 

+ 1 - 1
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

+ 1 - 1
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.
 

+ 1 - 1
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.
 

+ 1 - 1
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.
 

+ 1 - 1
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
 

+ 1 - 1
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.
 

+ 1 - 1
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 ""

+ 1 - 1
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.
 

+ 1 - 1
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
 

+ 1 - 1
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
 

+ 1 - 1
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.
 

+ 1 - 1
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.

+ 1 - 1
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.
 

+ 1 - 1
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.
 

+ 1 - 1
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 ""

+ 1 - 1
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."

+ 1 - 1
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 "================================="

+ 1 - 1
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 "================================="

+ 1 - 1
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 "================================="

+ 1 - 1
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 "================================="

+ 1 - 1
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 ""

+ 1 - 1
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 "================================="

+ 1 - 1
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 "================================="

+ 1 - 1
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.
 

+ 1 - 1
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}"

+ 1 - 1
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 "================================="

+ 1 - 1
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 ""

+ 1 - 1
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

+ 1 - 1
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"

+ 1 - 1
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

+ 1 - 1
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.
 

+ 1 - 1
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

+ 1 - 1
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 ""

+ 1 - 1
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 "================================="

+ 1 - 1
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 "================================="

+ 1 - 1
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 "================================="

+ 1 - 1
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.
 

+ 1 - 1
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.

+ 1 - 1
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.
 

Неке датотеке нису приказане због велике количине промена