From 39e963fb13e7d8e0922a8ad577f7bee0a621e2fe Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Fri, 11 Dec 2015 21:15:25 +0000 Subject: [PATCH] Change to function version to variable --- functions/fn_backup | 4 ++-- functions/fn_check_ip | 2 +- functions/fn_check_logs | 5 +++-- functions/fn_check_root | 4 ++-- functions/fn_check_steamcmd | 2 +- functions/fn_check_steamuser | 2 +- functions/fn_check_systemdir | 4 ++-- functions/fn_check_tmux | 4 ++-- functions/fn_check_ts3status | 4 ++-- functions/fn_compress_unreal2maps | 2 +- functions/fn_compress_ut99maps | 2 +- functions/fn_console | 2 +- functions/fn_csgofix | 2 +- functions/fn_debug | 2 +- functions/fn_deps_detect | 2 +- functions/fn_details | 2 +- functions/fn_details_config | 2 +- functions/fn_details_distro | 2 +- functions/fn_details_glibc | 2 +- functions/fn_email | 2 +- functions/fn_email_test | 2 +- functions/fn_functions | 2 +- functions/fn_getopt | 2 +- functions/fn_insfix | 2 +- functions/fn_install | 2 +- functions/fn_install_complete | 2 +- functions/fn_install_config | 2 +- functions/fn_install_glibcfix | 2 +- functions/fn_install_gslt | 2 +- functions/fn_install_gsquery | 2 +- functions/fn_install_header | 2 +- functions/fn_install_kffix | 2 +- functions/fn_install_logs | 2 +- functions/fn_install_retry | 2 +- functions/fn_install_rofix | 2 +- functions/fn_install_serverdir | 2 +- functions/fn_install_serverfiles | 2 +- functions/fn_install_steamcmd | 2 +- functions/fn_install_steamfix | 2 +- functions/fn_install_ts3 | 2 +- functions/fn_install_ut2k4 | 2 +- functions/fn_install_ut2k4filesdl | 2 +- functions/fn_install_ut2k4fix | 2 +- functions/fn_install_ut2k4key | 2 +- functions/fn_install_ut99 | 2 +- functions/fn_install_ut99filesdl | 2 +- functions/fn_install_ut99fix | 2 +- functions/fn_logs | 2 +- functions/fn_messages | 2 +- functions/fn_monitor | 2 +- functions/fn_monitor_query | 2 +- functions/fn_start | 2 +- functions/fn_stop | 2 +- functions/fn_update_check | 2 +- functions/fn_update_dl | 2 +- functions/fn_update_functions | 2 +- functions/fn_validate | 2 +- 57 files changed, 64 insertions(+), 63 deletions(-) diff --git a/functions/fn_backup b/functions/fn_backup index 3d3f5a7a9..dd3122d17 100644 --- a/functions/fn_backup +++ b/functions/fn_backup @@ -2,7 +2,7 @@ # LGSM fn_backup function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 311015 +lgsm_version="061115" # Description: Creates a .tar.gz file in the backup directory. @@ -58,4 +58,4 @@ sleep 1 echo "" fn_printcompletenl "Complete." fn_scriptlog "Complete" -echo "" \ No newline at end of file +echo "" diff --git a/functions/fn_check_ip b/functions/fn_check_ip index 06ce0adc1..e5b81268d 100644 --- a/functions/fn_check_ip +++ b/functions/fn_check_ip @@ -2,7 +2,7 @@ # LGSM fn_check_ip function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 311015 +lgsm_version="061115" # 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/fn_check_logs b/functions/fn_check_logs index 50ebfe824..526a4036b 100644 --- a/functions/fn_check_logs +++ b/functions/fn_check_logs @@ -2,7 +2,8 @@ # LGSM fn_check_logs function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 190515 +lgsm_version="061115" + # Description: Checks that log files exist on server start # Create dir's for the script and console logs @@ -13,4 +14,4 @@ if [ ! -d "${scriptlogdir}" ]; then echo -en "\n" checklogs=1 fn_install_logs -fi \ No newline at end of file +fi diff --git a/functions/fn_check_root b/functions/fn_check_root index 64ee2cca2..16f253e35 100644 --- a/functions/fn_check_root +++ b/functions/fn_check_root @@ -2,9 +2,9 @@ # LGSM fn_check_root function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 311015 +lgsm_version="061115" if [ $(whoami) = "root" ]; then fn_printfailnl "Do NOT run this script as root!" exit 1 -fi \ No newline at end of file +fi diff --git a/functions/fn_check_steamcmd b/functions/fn_check_steamcmd index fb5f19841..4ec0bb948 100644 --- a/functions/fn_check_steamcmd +++ b/functions/fn_check_steamcmd @@ -2,7 +2,7 @@ # LGSM fn_check_steamcmd function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +lgsm_version="061115" # Description: Downloads SteamCMD on install and checks if missing before running functions that require SteamCMD diff --git a/functions/fn_check_steamuser b/functions/fn_check_steamuser index 264d7cb49..8861260eb 100644 --- a/functions/fn_check_steamuser +++ b/functions/fn_check_steamuser @@ -2,7 +2,7 @@ # LGSM fn_check_steamuser function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 040715 +lgsm_version="061115" if [ "${steamuser}" == "username" ]; then fn_printfailnl "Steam login not set. Update steamuser." diff --git a/functions/fn_check_systemdir b/functions/fn_check_systemdir index 47a3f4860..fba1566f0 100644 --- a/functions/fn_check_systemdir +++ b/functions/fn_check_systemdir @@ -2,9 +2,9 @@ # LGSM fn_check_systemdir function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 311015 +lgsm_version="061115" if [ ! -e "${systemdir}" ]; then fn_printfailnl "Cannot access ${systemdir}: No such directory" exit 1 -fi \ No newline at end of file +fi diff --git a/functions/fn_check_tmux b/functions/fn_check_tmux index 49ab4f18d..13aedad4f 100644 --- a/functions/fn_check_tmux +++ b/functions/fn_check_tmux @@ -2,7 +2,7 @@ # LGSM fn_check_tmux function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 311015 +lgsm_version="061115" # Checks if tmux is installed as too many users do not RTFM or know how to use Google. @@ -17,4 +17,4 @@ else echo " * Please see the the following link." echo " * http://gameservermanagers.com/tmux-not-found" exit 127 -fi \ No newline at end of file +fi diff --git a/functions/fn_check_ts3status b/functions/fn_check_ts3status index 40853019a..6cabddb3b 100644 --- a/functions/fn_check_ts3status +++ b/functions/fn_check_ts3status @@ -2,9 +2,9 @@ # LGSM fn_check_ts3status function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 070215 +lgsm_version="061115" # Checks the status of Teamspeak 3. cd "${executabledir}" -ts3status=$(./ts3server_startscript.sh status servercfgfullpathfile=${servercfgfullpath}) \ No newline at end of file +ts3status=$(./ts3server_startscript.sh status servercfgfullpathfile=${servercfgfullpath}) diff --git a/functions/fn_compress_unreal2maps b/functions/fn_compress_unreal2maps index 00b35ae09..fec5d113f 100644 --- a/functions/fn_compress_unreal2maps +++ b/functions/fn_compress_unreal2maps @@ -2,7 +2,7 @@ # LGSM fn_compress_unreal2maps function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 311015 +lgsm_version="061115" fn_check_root clear diff --git a/functions/fn_compress_ut99maps b/functions/fn_compress_ut99maps index 2f608c0a3..f9e0c9433 100644 --- a/functions/fn_compress_ut99maps +++ b/functions/fn_compress_ut99maps @@ -2,7 +2,7 @@ # LGSM fn_compress_ut99maps function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 311015 +lgsm_version="061115" fn_check_root clear diff --git a/functions/fn_console b/functions/fn_console index 38e055f3f..992c9bd1a 100644 --- a/functions/fn_console +++ b/functions/fn_console @@ -2,7 +2,7 @@ # LGSM fn_console function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 311015 +lgsm_version="061115" # Description: Gives access to the server tmux console. diff --git a/functions/fn_csgofix b/functions/fn_csgofix index c4e8e5c7b..1af77b87a 100644 --- a/functions/fn_csgofix +++ b/functions/fn_csgofix @@ -2,7 +2,7 @@ # LGSM fn_csgofix function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +lgsm_version="061115" # Description: Resolves various issues with csgo. diff --git a/functions/fn_debug b/functions/fn_debug index ce2f91ce9..b593f0415 100644 --- a/functions/fn_debug +++ b/functions/fn_debug @@ -2,7 +2,7 @@ # LGSM fn_debug function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 051115 +lgsm_version="061115" # Description: Runs the server without tmux. Runs direct from the terminal. diff --git a/functions/fn_deps_detect b/functions/fn_deps_detect index 9969603c0..1ff872136 100644 --- a/functions/fn_deps_detect +++ b/functions/fn_deps_detect @@ -2,7 +2,7 @@ # LGSM fn_dep_detect function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 290615 +lgsm_version="061115" # Description: Detects dependencies the server binary requires. diff --git a/functions/fn_details b/functions/fn_details index 5110d54c2..84ac3c0d9 100644 --- a/functions/fn_details +++ b/functions/fn_details @@ -2,7 +2,7 @@ # LGSM fn_details function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 011115 +lgsm_version="061115" # Description: Displays server infomation. diff --git a/functions/fn_details_config b/functions/fn_details_config index 815153f23..d24751f81 100644 --- a/functions/fn_details_config +++ b/functions/fn_details_config @@ -2,7 +2,7 @@ # LGSM fn_details_config function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 301015 +lgsm_version="061115" # Description: Gets specific details from config files. diff --git a/functions/fn_details_distro b/functions/fn_details_distro index 4246d4a89..ff9856036 100644 --- a/functions/fn_details_distro +++ b/functions/fn_details_distro @@ -2,7 +2,7 @@ # LGSM fn_details_distro function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 301015 +lgsm_version="061115" # Description: Variables providing useful info on the Operating System such as disk and performace info. # Used for fn_details, fn_debug and fn_email. diff --git a/functions/fn_details_glibc b/functions/fn_details_glibc index 3902990fa..dc6efb427 100644 --- a/functions/fn_details_glibc +++ b/functions/fn_details_glibc @@ -2,7 +2,7 @@ # LGSM fn_details_glibc function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 180715 +lgsm_version="061115" # Description: stores details on servers Glibc requirements. diff --git a/functions/fn_email b/functions/fn_email index e5ea2ed04..e24c5eb75 100644 --- a/functions/fn_email +++ b/functions/fn_email @@ -2,7 +2,7 @@ # LGSM fn_email function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 290815 +lgsm_version="061115" # Description: Sends email notification if monitor picks up a failure. diff --git a/functions/fn_email_test b/functions/fn_email_test index 0d7c8c9af..f46924d53 100644 --- a/functions/fn_email_test +++ b/functions/fn_email_test @@ -2,7 +2,7 @@ # LGSM fn_email_test function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +lgsm_version="061115" # Description: Sends a test email notification. diff --git a/functions/fn_functions b/functions/fn_functions index e9fe0ad17..a22de6a94 100644 --- a/functions/fn_functions +++ b/functions/fn_functions @@ -2,7 +2,7 @@ # LGSM fn_functions function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 091215 +lgsm_version="061115" # 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. diff --git a/functions/fn_getopt b/functions/fn_getopt index 20007fcd1..d5ef85dfc 100644 --- a/functions/fn_getopt +++ b/functions/fn_getopt @@ -2,7 +2,7 @@ # LGSM fn_getopt function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 011115 +lgsm_version="061115" # Description: getopt arguments. diff --git a/functions/fn_insfix b/functions/fn_insfix index 85d695f57..b5c61c7cd 100644 --- a/functions/fn_insfix +++ b/functions/fn_insfix @@ -2,7 +2,7 @@ # LGSM fn_insfix function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 110415 +lgsm_version="110415" # Description: Resolves ./srcds_linux: error while loading shared libraries: libtier0.so: cannot open shared object file: No such file or directory diff --git a/functions/fn_install b/functions/fn_install index 55499a401..7c47a6b9b 100644 --- a/functions/fn_install +++ b/functions/fn_install @@ -2,7 +2,7 @@ # LGSM fn_install function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 091215 +lgsm_version="061115" fn_check_root fn_install_header diff --git a/functions/fn_install_complete b/functions/fn_install_complete index f5b87625d..a9690d5ac 100644 --- a/functions/fn_install_complete +++ b/functions/fn_install_complete @@ -2,7 +2,7 @@ # LGSM fn_install_complete function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 070715 +lgsm_version="061115" if [ "${gamename}" == "Dont Starve Together" ]; then echo "" diff --git a/functions/fn_install_config b/functions/fn_install_config index 3cc70d389..39e95516f 100644 --- a/functions/fn_install_config +++ b/functions/fn_install_config @@ -2,7 +2,7 @@ # LGSM fn_install_config function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 051115 +lgsm_version="061115" fn_defaultconfig(){ echo "creating ${servercfg} config file." diff --git a/functions/fn_install_glibcfix b/functions/fn_install_glibcfix index 11dc3362d..0db2c48eb 100644 --- a/functions/fn_install_glibcfix +++ b/functions/fn_install_glibcfix @@ -2,7 +2,7 @@ # LGSM fn_install_glibcfix function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 051115 +lgsm_version="061115" fn_glibcfixmsg(){ echo "" diff --git a/functions/fn_install_gslt b/functions/fn_install_gslt index ff50f7251..e03b356b1 100644 --- a/functions/fn_install_gslt +++ b/functions/fn_install_gslt @@ -2,7 +2,7 @@ # LGSM fn_install_gslt function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 091215 +lgsm_version="091215" # Description: Configures GSLT. diff --git a/functions/fn_install_gsquery b/functions/fn_install_gsquery index 896e01eff..3f5bfcebf 100644 --- a/functions/fn_install_gsquery +++ b/functions/fn_install_gsquery @@ -2,7 +2,7 @@ # LGSM fn_install_gsquery function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 051115 +lgsm_version="061115" fn_dlgsquery(){ cd "${rootdir}" diff --git a/functions/fn_install_header b/functions/fn_install_header index f7c730a9c..42daa46cd 100644 --- a/functions/fn_install_header +++ b/functions/fn_install_header @@ -2,7 +2,7 @@ # LGSM fn_install_header function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +lgsm_version="061115" clear echo "=================================" diff --git a/functions/fn_install_kffix b/functions/fn_install_kffix index 634169b87..b3e484a2f 100644 --- a/functions/fn_install_kffix +++ b/functions/fn_install_kffix @@ -2,7 +2,7 @@ # LGSM fn_install_kffix function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 150515 +lgsm_version="061115" echo "Applying ${gamename} Server Fixes" echo "=================================" diff --git a/functions/fn_install_logs b/functions/fn_install_logs index a4e3c8562..7cb81e9ab 100644 --- a/functions/fn_install_logs +++ b/functions/fn_install_logs @@ -2,7 +2,7 @@ # LGSM fn_install_logs function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 281015 +lgsm_version="061115" if [ "${checklogs}" != "1" ]; then echo "" diff --git a/functions/fn_install_retry b/functions/fn_install_retry index 7146327e1..e7a90cbb8 100644 --- a/functions/fn_install_retry +++ b/functions/fn_install_retry @@ -2,7 +2,7 @@ # LGSM fn_install_retry function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 051115 +lgsm_version="061115" while true; do read -e -i "y" -p "Retry install? [Y/n]" yn diff --git a/functions/fn_install_rofix b/functions/fn_install_rofix index 8e187d7ca..9e636d50b 100644 --- a/functions/fn_install_rofix +++ b/functions/fn_install_rofix @@ -2,7 +2,7 @@ # LGSM fn_install_rofix function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 150515 +lgsm_version="061115" echo "Applying ${gamename} Server Fixes" echo "=================================" diff --git a/functions/fn_install_serverdir b/functions/fn_install_serverdir index db7692422..0a71af518 100644 --- a/functions/fn_install_serverdir +++ b/functions/fn_install_serverdir @@ -2,7 +2,7 @@ # LGSM fn_install_serverdir function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 240515 +lgsm_version="061115" echo "" echo "Server Directory" diff --git a/functions/fn_install_serverfiles b/functions/fn_install_serverfiles index 80dc7a3dc..f75e14fe1 100644 --- a/functions/fn_install_serverfiles +++ b/functions/fn_install_serverfiles @@ -2,7 +2,7 @@ # LGSM fn_install_serverfiles function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 051115 +lgsm_version="061115" fn_steaminstallcommand(){ fn_check_steamuser diff --git a/functions/fn_install_steamcmd b/functions/fn_install_steamcmd index 852bd652e..8709413b0 100644 --- a/functions/fn_install_steamcmd +++ b/functions/fn_install_steamcmd @@ -2,7 +2,7 @@ # LGSM fn_check_steamcmd function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +lgsm_version="061115" # Description: Downloads SteamCMD on install and checks if missing before running functions that require SteamCMD diff --git a/functions/fn_install_steamfix b/functions/fn_install_steamfix index 1deb6bc03..501ac2fa4 100644 --- a/functions/fn_install_steamfix +++ b/functions/fn_install_steamfix @@ -2,7 +2,7 @@ # LGSM fn_install_steamfix function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 091215 +lgsm_version="061115" fn_steamclientfix(){ echo "" diff --git a/functions/fn_install_ts3 b/functions/fn_install_ts3 index bde40acfe..25605f588 100644 --- a/functions/fn_install_ts3 +++ b/functions/fn_install_ts3 @@ -2,7 +2,7 @@ # LGSM fn_install_ts3 function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 311015 +lgsm_version="061115" fn_details_distro # Gets the teamspeak server architecture diff --git a/functions/fn_install_ut2k4 b/functions/fn_install_ut2k4 index 1571b7610..fc25a09a8 100644 --- a/functions/fn_install_ut2k4 +++ b/functions/fn_install_ut2k4 @@ -2,7 +2,7 @@ # LGSM fn_install_ut2k4 function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +lgsm_version="061115" echo "Installing ${gamename} Server" echo "=================================" diff --git a/functions/fn_install_ut2k4filesdl b/functions/fn_install_ut2k4filesdl index 91e743e32..8120b26aa 100644 --- a/functions/fn_install_ut2k4filesdl +++ b/functions/fn_install_ut2k4filesdl @@ -2,7 +2,7 @@ # LGSM fn_install_ut2k4filesdl function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +lgsm_version="061115" echo "Downloading Server Files" echo "=================================" diff --git a/functions/fn_install_ut2k4fix b/functions/fn_install_ut2k4fix index 7d0859f1e..825f4e703 100644 --- a/functions/fn_install_ut2k4fix +++ b/functions/fn_install_ut2k4fix @@ -2,7 +2,7 @@ # LGSM fn_install_ut2k4fix function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 150515 +lgsm_version="061115" echo "Applying ${gamename} Server Fixes" echo "=================================" diff --git a/functions/fn_install_ut2k4key b/functions/fn_install_ut2k4key index bf0307af0..63e7c58be 100644 --- a/functions/fn_install_ut2k4key +++ b/functions/fn_install_ut2k4key @@ -2,7 +2,7 @@ # LGSM fn_install_ut2k4key function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +lgsm_version="061115" echo "Enter ${gamename} CD Key" echo "=================================" diff --git a/functions/fn_install_ut99 b/functions/fn_install_ut99 index 399aef031..d27e41f4c 100644 --- a/functions/fn_install_ut99 +++ b/functions/fn_install_ut99 @@ -2,7 +2,7 @@ # LGSM fn_install_ut99 function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +lgsm_version="061115" echo "Installing ${gamename} Server" echo "=================================" diff --git a/functions/fn_install_ut99filesdl b/functions/fn_install_ut99filesdl index 1ae92c090..265e60078 100644 --- a/functions/fn_install_ut99filesdl +++ b/functions/fn_install_ut99filesdl @@ -2,7 +2,7 @@ # LGSM fn_install_ut99filesdl function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 210115 +lgsm_version="061115" echo "Downloading Server Files" echo "=================================" diff --git a/functions/fn_install_ut99fix b/functions/fn_install_ut99fix index e888f876b..1147934b0 100644 --- a/functions/fn_install_ut99fix +++ b/functions/fn_install_ut99fix @@ -2,7 +2,7 @@ # LGSM fn_install_ut99fix function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 070215 +lgsm_version="061115" echo "Applying ${gamename} Server Fixes" echo "=================================" diff --git a/functions/fn_logs b/functions/fn_logs index f3b3b0ef1..d5b650bc0 100644 --- a/functions/fn_logs +++ b/functions/fn_logs @@ -2,7 +2,7 @@ # LGSM fn_logs function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 030715 +lgsm_version="061115" # Description: Acts as a log rotater, removing old logs. diff --git a/functions/fn_messages b/functions/fn_messages index e1a4a7961..be23430b9 100644 --- a/functions/fn_messages +++ b/functions/fn_messages @@ -2,7 +2,7 @@ # LGSM fn_messages function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 091215 +lgsm_version="061115" # Description: Defines on-screen messages such as [ OK ] and how script logs look. diff --git a/functions/fn_monitor b/functions/fn_monitor index 3978aa43d..02380440e 100644 --- a/functions/fn_monitor +++ b/functions/fn_monitor @@ -2,7 +2,7 @@ # LGSM fn_monitor function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 311015 +lgsm_version="061115" # Description: Monitors server by checking for running proccesses # then passes to fn_monitor_query. diff --git a/functions/fn_monitor_query b/functions/fn_monitor_query index f56b6cf23..7f508cdf4 100644 --- a/functions/fn_monitor_query +++ b/functions/fn_monitor_query @@ -2,7 +2,7 @@ # LGSM fn_monitor_query function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 311015 +lgsm_version="061115" # Description: uses gsquery.py to directly query the server. # Detects if the server has frozen. diff --git a/functions/fn_start b/functions/fn_start index 89c3a0a13..3adfe77ab 100644 --- a/functions/fn_start +++ b/functions/fn_start @@ -2,7 +2,7 @@ # LGSM fn_start function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 301015 +lgsm_version="061115" # Description: Starts the server. diff --git a/functions/fn_stop b/functions/fn_stop index c5c36c2b3..2a02510c1 100644 --- a/functions/fn_stop +++ b/functions/fn_stop @@ -2,7 +2,7 @@ # LGSM fn_stop function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 261015 +lgsm_version="061115" # Description: Stops the server. diff --git a/functions/fn_update_check b/functions/fn_update_check index 8ccda2105..7f175ecc6 100644 --- a/functions/fn_update_check +++ b/functions/fn_update_check @@ -2,7 +2,7 @@ # LGSM fn_update_check function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 011115 +lgsm_version="061115" # Description: Checks if a server update is available. diff --git a/functions/fn_update_dl b/functions/fn_update_dl index b22bc7d95..835727cd0 100644 --- a/functions/fn_update_dl +++ b/functions/fn_update_dl @@ -2,7 +2,7 @@ # LGSM fn_update_dl function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 311015 +lgsm_version="061115" # Description: Runs a server update. diff --git a/functions/fn_update_functions b/functions/fn_update_functions index 731085485..c000578d0 100644 --- a/functions/fn_update_functions +++ b/functions/fn_update_functions @@ -2,7 +2,7 @@ # LGSM fn_update_functions function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 190515 +lgsm_version="061115" # Description: Deletes the functions dir to allow re-downloading of functions from GitHub. diff --git a/functions/fn_validate b/functions/fn_validate index 8ca411660..238640958 100644 --- a/functions/fn_validate +++ b/functions/fn_validate @@ -2,7 +2,7 @@ # LGSM fn_validate function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 040715 +lgsm_version="061115" # Description: Runs a server validation.