From 069f2cba06366201063d8465e00b19ec07b8718a Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 27 Dec 2015 19:32:23 +0000 Subject: [PATCH] updated dates --- functions/check.sh | 2 +- functions/check_ip.sh | 2 +- functions/check_logs.sh | 2 +- functions/check_root.sh | 2 +- functions/check_steamcmd.sh | 2 +- functions/check_steamuser.sh | 2 +- functions/check_systemdir.sh | 2 +- functions/check_tmux.sh | 2 +- functions/command_backup.sh | 2 +- functions/command_console.sh | 2 +- functions/command_debug.sh | 2 +- functions/command_install.sh | 2 +- functions/command_monitor.sh | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/functions/check.sh b/functions/check.sh index 6cbe69b91..3a2589bda 100644 --- a/functions/check.sh +++ b/functions/check.sh @@ -2,7 +2,7 @@ # LGSM fn_check function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="201215" +lgsm_version="261215" # Description: Overall function for managing checks. # Runs checks that will either halt on or fix an issue. diff --git a/functions/check_ip.sh b/functions/check_ip.sh index e3e151d08..8ae3767ea 100644 --- a/functions/check_ip.sh +++ b/functions/check_ip.sh @@ -2,7 +2,7 @@ # LGSM check_ip.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="201215" +lgsm_version="261215" # 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". diff --git a/functions/check_logs.sh b/functions/check_logs.sh index 453e04f76..7adbbbe03 100644 --- a/functions/check_logs.sh +++ b/functions/check_logs.sh @@ -2,7 +2,7 @@ # LGSM check_logs.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="061115" +lgsm_version="261215" # Description: Checks that log files exist on server start diff --git a/functions/check_root.sh b/functions/check_root.sh index 3275d2261..126814f4a 100644 --- a/functions/check_root.sh +++ b/functions/check_root.sh @@ -2,7 +2,7 @@ # LGSM check_root.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="061115" +lgsm_version="261215" if [ $(whoami) = "root" ]; then fn_printfailnl "Do NOT run this script as root!" diff --git a/functions/check_steamcmd.sh b/functions/check_steamcmd.sh index c5926103e..f765db04f 100644 --- a/functions/check_steamcmd.sh +++ b/functions/check_steamcmd.sh @@ -2,7 +2,7 @@ # LGSM check_steamcmd.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="061115" +lgsm_version="261215" # Description: Downloads SteamCMD on install and checks if missing before running functions that require SteamCMD diff --git a/functions/check_steamuser.sh b/functions/check_steamuser.sh index 39f3b2cfd..b0ada26e2 100644 --- a/functions/check_steamuser.sh +++ b/functions/check_steamuser.sh @@ -2,7 +2,7 @@ # LGSM check_steamuser.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="061115" +lgsm_version="261215" if [ "${steamuser}" == "username" ]; then fn_printfailnl "Steam login not set. Update steamuser." diff --git a/functions/check_systemdir.sh b/functions/check_systemdir.sh index 9f21ca29c..63dac0022 100644 --- a/functions/check_systemdir.sh +++ b/functions/check_systemdir.sh @@ -2,7 +2,7 @@ # LGSM check_systemdir.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="161215" +lgsm_version="261215" if [ ! -d "${systemdir}" ]; then fn_printfailnl "Cannot access ${systemdir}: No such directory" diff --git a/functions/check_tmux.sh b/functions/check_tmux.sh index b37fe7421..72ca41535 100644 --- a/functions/check_tmux.sh +++ b/functions/check_tmux.sh @@ -2,7 +2,7 @@ # LGSM check_tmux.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="061115" +lgsm_version="261215" # Checks if tmux is installed as too many users do not RTFM or know how to use Google. diff --git a/functions/command_backup.sh b/functions/command_backup.sh index 871da4349..851876cc4 100644 --- a/functions/command_backup.sh +++ b/functions/command_backup.sh @@ -2,7 +2,7 @@ # LGSM command_backup.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="201215" +lgsm_version="261215" # Description: Creates a .tar.gz file in the backup directory. diff --git a/functions/command_console.sh b/functions/command_console.sh index 490612b9c..e9eeb0896 100644 --- a/functions/command_console.sh +++ b/functions/command_console.sh @@ -2,7 +2,7 @@ # LGSM command_console.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="061115" +lgsm_version="261215" # Description: Gives access to the server tmux console. diff --git a/functions/command_debug.sh b/functions/command_debug.sh index 9404b0c09..eb371c966 100644 --- a/functions/command_debug.sh +++ b/functions/command_debug.sh @@ -2,7 +2,7 @@ # LGSM command_debug.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="061115" +lgsm_version="261215" # Description: Runs the server without tmux. Runs direct from the terminal. diff --git a/functions/command_install.sh b/functions/command_install.sh index 4c8471232..29bcdd926 100644 --- a/functions/command_install.sh +++ b/functions/command_install.sh @@ -33,7 +33,7 @@ if [ "${gamename}" == "Counter Strike: Global Offensive" ]; then install_gslt.sh fix_csgo.sh elif [ "${gamename}" == "Teamspeak 3" ]; then - fn_install_ts3db + install_ts3db.sh elif [ "${gamename}" == "Team Fortress 2" ]; then install_gslt.sh elif [ "${gamename}" == "Killing Floor" ]; then diff --git a/functions/command_monitor.sh b/functions/command_monitor.sh index 13de497e5..dc6a034b1 100644 --- a/functions/command_monitor.sh +++ b/functions/command_monitor.sh @@ -2,7 +2,7 @@ # LGSM command_monitor.sh function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -lgsm_version="061115" +lgsm_version="261215" # Description: Monitors server by checking for running proccesses # then passes to monitor_gsquery.sh.