Browse Source

changed version numbers

pull/578/head
PhilPhonic 9 years ago
parent
commit
11d5227a5d
  1. 2
      TeamSpeak3/ts3server
  2. 2
      functions/fn_functions
  3. 2
      functions/fn_install
  4. 2
      functions/fn_install_config
  5. 2
      functions/fn_install_ts3
  6. 2
      functions/fn_install_ts3db

2
TeamSpeak3/ts3server

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

2
functions/fn_functions

@ -2,7 +2,7 @@
# LGSM fn_functions function # LGSM fn_functions function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
lgsm_version="201215" lgsm_version="251215"
# Description: Defines all functions to allow download and execution of functions using fn_runfunction. # 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. # This function is called first before any other function. Without this file other functions would not load.

2
functions/fn_install

@ -2,7 +2,7 @@
# LGSM fn_install function # LGSM fn_install function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
lgsm_version="201215" lgsm_version="251215"
fn_check_root fn_check_root
fn_install_header fn_install_header

2
functions/fn_install_config

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

2
functions/fn_install_ts3

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

2
functions/fn_install_ts3db

@ -2,7 +2,7 @@
# LGSM fn_install_ts3_mariadb function # LGSM fn_install_ts3_mariadb function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
lgsm_version="241215" lgsm_version="251215"
fn_install_ts3db_mariadb(){ fn_install_ts3db_mariadb(){
echo "" echo ""

Loading…
Cancel
Save