From b8f44749a0ff6d1d4a989db0419e4f961712684f Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 7 Jul 2016 23:20:37 +0100 Subject: [PATCH] Ditched lgsm_version as not used added local modulename="Function" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" to all functions --- lgsm/functions/alert.sh | 5 +++-- lgsm/functions/alert_email.sh | 4 +--- lgsm/functions/alert_pushbullet.sh | 3 +-- lgsm/functions/check.sh | 4 +++- lgsm/functions/check_config.sh | 5 +++-- lgsm/functions/check_deps.sh | 4 ++-- lgsm/functions/check_glibc.sh | 5 +++-- lgsm/functions/check_ip.sh | 5 +++-- lgsm/functions/check_logs.sh | 7 ++++--- lgsm/functions/check_permissions.sh | 5 +++-- lgsm/functions/check_root.sh | 4 +++- lgsm/functions/check_status.sh | 5 +++-- lgsm/functions/check_steamcmd.sh | 4 ++-- lgsm/functions/check_system_dir.sh | 7 ++++--- lgsm/functions/check_tmux.sh | 5 +++-- lgsm/functions/command_backup.sh | 2 -- lgsm/functions/command_console.sh | 2 -- lgsm/functions/command_debug.sh | 2 -- lgsm/functions/command_details.sh | 3 +-- lgsm/functions/command_dev_debug.sh | 4 ++-- lgsm/functions/command_dev_detect_deps.sh | 4 +--- lgsm/functions/command_fastdl.sh | 2 -- lgsm/functions/command_install.sh | 2 -- lgsm/functions/command_monitor.sh | 2 -- lgsm/functions/command_restart.sh | 2 -- lgsm/functions/command_start.sh | 2 -- lgsm/functions/command_stop.sh | 2 -- lgsm/functions/command_test_alert.sh | 4 +--- lgsm/functions/command_ts3_server_pass.sh | 6 ++---- lgsm/functions/command_update.sh | 6 ++---- lgsm/functions/command_update_functions.sh | 2 -- lgsm/functions/command_validate.sh | 2 -- lgsm/functions/compress_unreal2_maps.sh | 4 +++- lgsm/functions/compress_ut99_maps.sh | 3 ++- lgsm/functions/core_dl.sh | 2 -- lgsm/functions/core_exit.sh | 2 -- lgsm/functions/core_functions.sh | 4 +--- lgsm/functions/core_getopt.sh | 2 -- lgsm/functions/core_messages.sh | 2 -- lgsm/functions/core_trap.sh | 2 -- lgsm/functions/fix.sh | 5 +++-- lgsm/functions/fix_arma3.sh | 5 ++++- lgsm/functions/fix_csgo.sh | 2 -- lgsm/functions/fix_dst.sh | 5 +++-- lgsm/functions/fix_glibc.sh | 5 +++-- lgsm/functions/fix_ins.sh | 9 +++++---- lgsm/functions/fix_kf.sh | 5 ++++- lgsm/functions/fix_ro.sh | 5 +++-- lgsm/functions/fix_steamcmd.sh | 5 +++-- lgsm/functions/fix_ut2k4.sh | 5 +++-- lgsm/functions/fix_ut99.sh | 6 +++++- lgsm/functions/gsquery.py | 7 +++++-- lgsm/functions/info_config.sh | 4 ++-- lgsm/functions/info_distro.sh | 3 +-- lgsm/functions/info_glibc.sh | 4 ++-- lgsm/functions/info_parms.sh | 4 ++-- lgsm/functions/install_complete.sh | 2 +- lgsm/functions/install_config.sh | 2 +- lgsm/functions/install_gslt.sh | 3 +-- lgsm/functions/install_gsquery.sh | 4 +++- lgsm/functions/install_header.sh | 2 +- lgsm/functions/install_logs.sh | 2 +- lgsm/functions/install_retry.sh | 2 +- lgsm/functions/install_server_dir.sh | 2 +- lgsm/functions/install_server_files.sh | 2 +- lgsm/functions/install_steamcmd.sh | 3 +-- lgsm/functions/install_ts3.sh | 2 +- lgsm/functions/install_ts3db.sh | 2 +- lgsm/functions/install_ut2k4_key.sh | 2 +- lgsm/functions/logs.sh | 3 +-- lgsm/functions/monitor_gsquery.sh | 3 +-- lgsm/functions/update_check.sh | 2 -- lgsm/functions/update_dl.sh | 2 -- lgsm/functions/update_steamcmd.sh | 5 +++-- lgsm/functions/update_ts3.sh | 2 -- 75 files changed, 124 insertions(+), 144 deletions(-) diff --git a/lgsm/functions/alert.sh b/lgsm/functions/alert.sh index 758a16226..6b12cd5fc 100644 --- a/lgsm/functions/alert.sh +++ b/lgsm/functions/alert.sh @@ -2,10 +2,11 @@ # LGSM alert.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Overall function for managing alerts. +local modulename="Alert" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + fn_alert_test(){ fn_script_log_info "Sending test alert" alertsubject="LGSM - Test Alert - ${servername}" diff --git a/lgsm/functions/alert_email.sh b/lgsm/functions/alert_email.sh index 28488f77b..98003ec3c 100644 --- a/lgsm/functions/alert_email.sh +++ b/lgsm/functions/alert_email.sh @@ -2,12 +2,10 @@ # LGSM email.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Sends email alert if monitor picks up a failure. local modulename="Alert" - +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" fn_details_email(){ # diff --git a/lgsm/functions/alert_pushbullet.sh b/lgsm/functions/alert_pushbullet.sh index ae35b8f4a..5aa342601 100644 --- a/lgsm/functions/alert_pushbullet.sh +++ b/lgsm/functions/alert_pushbullet.sh @@ -2,12 +2,11 @@ # LGSM alert_pushbullet.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: alerts using pushbullet. local modulename="Alert" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + fn_print_dots "Sending Pushbullet alert" sleep 1 diff --git a/lgsm/functions/check.sh b/lgsm/functions/check.sh index 316e6b3f3..bffa22a13 100644 --- a/lgsm/functions/check.sh +++ b/lgsm/functions/check.sh @@ -2,11 +2,13 @@ # LGSM fn_check function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" # Description: Overall function for managing checks. # Runs checks that will either halt on or fix an issue. +local modulename="Checking" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + # Every command that requires checks just references check.sh # check.sh selects which checks to run by using arrays diff --git a/lgsm/functions/check_config.sh b/lgsm/functions/check_config.sh index b5dc757c9..2324210a5 100644 --- a/lgsm/functions/check_config.sh +++ b/lgsm/functions/check_config.sh @@ -2,10 +2,11 @@ # LGSM check_config.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: If server config missing warn user. +local modulename="Checking" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + if [ ! -e "${servercfgfullpath}" ]; then if [ "${gamename}" != "Hurtworld" ]; then fn_print_warn_nl "Config file missing!" diff --git a/lgsm/functions/check_deps.sh b/lgsm/functions/check_deps.sh index ac8e77771..4fb5a0822 100644 --- a/lgsm/functions/check_deps.sh +++ b/lgsm/functions/check_deps.sh @@ -2,10 +2,10 @@ # LGSM check_deps.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="090616" - # Description: Checks that the requires dependencies are installed for LGSM. +local modulename="Checking" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" fn_deps_detector(){ # Checks if dependency is missing diff --git a/lgsm/functions/check_glibc.sh b/lgsm/functions/check_glibc.sh index 65462d035..e1239d281 100644 --- a/lgsm/functions/check_glibc.sh +++ b/lgsm/functions/check_glibc.sh @@ -2,10 +2,11 @@ # LGSM check_glibc.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Checks if server has correct glibc or has a fix available. +local modulename="Checking" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + info_glibc.sh info_distro.sh diff --git a/lgsm/functions/check_ip.sh b/lgsm/functions/check_ip.sh index 70ee81d31..438bb880c 100644 --- a/lgsm/functions/check_ip.sh +++ b/lgsm/functions/check_ip.sh @@ -2,11 +2,12 @@ # LGSM check_ip.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # 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". +local modulename="Checking" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + if [ "${gamename}" != "Teamspeak 3" ]; then if [ ! -f "/bin/ip" ]; then ipcommand="/sbin/ip" diff --git a/lgsm/functions/check_logs.sh b/lgsm/functions/check_logs.sh index 0ab22fb3b..14c8e7c47 100644 --- a/lgsm/functions/check_logs.sh +++ b/lgsm/functions/check_logs.sh @@ -2,12 +2,13 @@ # LGSM check_logs.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Checks that log files exist on server start +local modulename="Checking" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + # Create dir's for the script and console logs -if [ ! -d "${scriptlogdir}" ]; then +if [ ! -d "${scriptlogdir}" ]||[ ! -d "${consolelogdir}" ]; then fn_print_dots "Checking for log files" sleep 1 fn_print_info_nl "Checking for log files: Creating log files" diff --git a/lgsm/functions/check_permissions.sh b/lgsm/functions/check_permissions.sh index 7de6ab228..013846515 100644 --- a/lgsm/functions/check_permissions.sh +++ b/lgsm/functions/check_permissions.sh @@ -3,10 +3,11 @@ # Author: Daniel Gibbs # Contributor: UltimateByte # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Checks script, files and folders ownership and permissions. +local modulename="Checking" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + # Useful variables currentuser="$(whoami)" currentgroups="$(groups)" diff --git a/lgsm/functions/check_root.sh b/lgsm/functions/check_root.sh index d7a0eb100..37d3a6710 100644 --- a/lgsm/functions/check_root.sh +++ b/lgsm/functions/check_root.sh @@ -2,7 +2,9 @@ # LGSM check_root.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" + +local modulename="Checking" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" if [ $(whoami) = "root" ]; then fn_print_fail_nl "Do NOT run this script as root!" diff --git a/lgsm/functions/check_status.sh b/lgsm/functions/check_status.sh index 7eb35ba7b..355ce9dd6 100644 --- a/lgsm/functions/check_status.sh +++ b/lgsm/functions/check_status.sh @@ -2,10 +2,11 @@ # LGSM check_status function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Checks the proccess status of the server. Either online or offline. +local modulename="Checking" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + if [ "${gamename}" == "Teamspeak 3" ]; then # 1: Server is running # 0: Server seems to have died diff --git a/lgsm/functions/check_steamcmd.sh b/lgsm/functions/check_steamcmd.sh index 28a5973a9..57f1f5343 100644 --- a/lgsm/functions/check_steamcmd.sh +++ b/lgsm/functions/check_steamcmd.sh @@ -2,10 +2,10 @@ # LGSM check_steamcmd.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Checks SteamCMD is installed and correct. +local modulename="Checking" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" fn_install_steamcmd(){ if [ ! -d "${steamcmddir}" ]; then diff --git a/lgsm/functions/check_system_dir.sh b/lgsm/functions/check_system_dir.sh index 54ca646ae..b4eb92559 100644 --- a/lgsm/functions/check_system_dir.sh +++ b/lgsm/functions/check_system_dir.sh @@ -2,13 +2,14 @@ # LGSM check_system_dir.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" + +local modulename="Checking" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" if [ ! -d "${systemdir}" ]; then fn_print_fail_nl "Cannot access ${systemdir}: No such directory" if [ -d "${scriptlogdir}" ]; then - fn_script_log_failure "Cannot access ${systemdir}: No such directory." + fn_script_log_fatal "Cannot access ${systemdir}: No such directory." fi - exitcode=1 core_exit.sh fi diff --git a/lgsm/functions/check_tmux.sh b/lgsm/functions/check_tmux.sh index 441ad177a..63ddf80c4 100644 --- a/lgsm/functions/check_tmux.sh +++ b/lgsm/functions/check_tmux.sh @@ -2,9 +2,10 @@ # LGSM check_tmux.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" +# Description: Checks if tmux is installed as too many users do not RTFM or know how to use Google. -# Checks if tmux is installed as too many users do not RTFM or know how to use Google. +local modulename="Checking" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" if [ "$(command -v tmux)" ]||[ "$(which tmux >/dev/null 2>&1)" ]||[ -f "/usr/bin/tmux" ]||[ -f "/bin/tmux" ]; then : diff --git a/lgsm/functions/command_backup.sh b/lgsm/functions/command_backup.sh index 713a931c8..a71ee8339 100644 --- a/lgsm/functions/command_backup.sh +++ b/lgsm/functions/command_backup.sh @@ -2,8 +2,6 @@ # LGSM command_backup.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Creates a .tar.gz file in the backup directory. local modulename="Backup" diff --git a/lgsm/functions/command_console.sh b/lgsm/functions/command_console.sh index 52bdcd967..b7d9a10d6 100644 --- a/lgsm/functions/command_console.sh +++ b/lgsm/functions/command_console.sh @@ -2,8 +2,6 @@ # LGSM command_console.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Gives access to the server tmux console. local modulename="Console" diff --git a/lgsm/functions/command_debug.sh b/lgsm/functions/command_debug.sh index 04c4baf5a..d81166245 100644 --- a/lgsm/functions/command_debug.sh +++ b/lgsm/functions/command_debug.sh @@ -2,8 +2,6 @@ # LGSM command_debug.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Runs the server without tmux. Runs direct from the terminal. local modulename="Debug" diff --git a/lgsm/functions/command_details.sh b/lgsm/functions/command_details.sh index 4cf92c14c..4cdad4d4a 100644 --- a/lgsm/functions/command_details.sh +++ b/lgsm/functions/command_details.sh @@ -2,10 +2,9 @@ # LGSM command_details.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="190616" - # Description: Displays server infomation. +local modulename="Details" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" # Standard Details diff --git a/lgsm/functions/command_dev_debug.sh b/lgsm/functions/command_dev_debug.sh index 4ff0f7eb9..abfd9795f 100644 --- a/lgsm/functions/command_dev_debug.sh +++ b/lgsm/functions/command_dev_debug.sh @@ -2,12 +2,12 @@ # LGSM dev_debug.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Dev only: enables debuging log to be saved to dev-debug.log. +local modulename="Dev Debug" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + if [ -f ".dev-debug" ]; then rm .dev-debug fn_print_ok_nl "Disabled dev-debug" diff --git a/lgsm/functions/command_dev_detect_deps.sh b/lgsm/functions/command_dev_detect_deps.sh index 0db640a5a..2dca148ef 100644 --- a/lgsm/functions/command_dev_detect_deps.sh +++ b/lgsm/functions/command_dev_detect_deps.sh @@ -2,11 +2,9 @@ # LGSM fn_dep_detect function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Detects dependencies the server binary requires. -local modulename="Backup" +local modulename="Deps Detect" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" check.sh diff --git a/lgsm/functions/command_fastdl.sh b/lgsm/functions/command_fastdl.sh index 7d84aaba8..de00c8902 100644 --- a/lgsm/functions/command_fastdl.sh +++ b/lgsm/functions/command_fastdl.sh @@ -3,8 +3,6 @@ # Author: Daniel Gibbs # Contributor: UltimateByte # Website: https://gameservermanagers.com -lgsm_version="060616" - # Description: Creates a FastDL folder local modulename="FastDL" diff --git a/lgsm/functions/command_install.sh b/lgsm/functions/command_install.sh index cdd7cd564..87ddac2c3 100644 --- a/lgsm/functions/command_install.sh +++ b/lgsm/functions/command_install.sh @@ -2,8 +2,6 @@ # LGSM fn_install function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Overall function for the installer. local modulename="Install" diff --git a/lgsm/functions/command_monitor.sh b/lgsm/functions/command_monitor.sh index aa6ff3868..354ba8a64 100644 --- a/lgsm/functions/command_monitor.sh +++ b/lgsm/functions/command_monitor.sh @@ -2,8 +2,6 @@ # LGSM command_monitor.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Monitors server by checking for running proccesses # then passes to monitor_gsquery.sh. diff --git a/lgsm/functions/command_restart.sh b/lgsm/functions/command_restart.sh index 6a08c2e97..528737f7d 100644 --- a/lgsm/functions/command_restart.sh +++ b/lgsm/functions/command_restart.sh @@ -2,8 +2,6 @@ # LGSM command_start.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Starts the server. local modulename="Restarting" diff --git a/lgsm/functions/command_start.sh b/lgsm/functions/command_start.sh index 29b6d4db6..c7882ae44 100644 --- a/lgsm/functions/command_start.sh +++ b/lgsm/functions/command_start.sh @@ -2,8 +2,6 @@ # LGSM command_start.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Starts the server. local modulename="Starting" diff --git a/lgsm/functions/command_stop.sh b/lgsm/functions/command_stop.sh index cee5bca36..8ff3c2859 100644 --- a/lgsm/functions/command_stop.sh +++ b/lgsm/functions/command_stop.sh @@ -2,8 +2,6 @@ # LGSM command_stop.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="050616" - # Description: Stops the server. local modulename="Stopping" diff --git a/lgsm/functions/command_test_alert.sh b/lgsm/functions/command_test_alert.sh index ea477fadb..2fe73ee31 100644 --- a/lgsm/functions/command_test_alert.sh +++ b/lgsm/functions/command_test_alert.sh @@ -1,9 +1,7 @@ #!/bin/bash -# LGSM command_email_test.sh function +# LGSM command_test_alert.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Sends a test email alert. local modulename="Alert" diff --git a/lgsm/functions/command_ts3_server_pass.sh b/lgsm/functions/command_ts3_server_pass.sh index 43892b8e8..6386b8f08 100644 --- a/lgsm/functions/command_ts3_server_pass.sh +++ b/lgsm/functions/command_ts3_server_pass.sh @@ -1,13 +1,11 @@ #!/bin/bash -# LGSM command_serveradmin_password.sh function +# LGSM command_ts3_server_pass.sh function # Author: Daniel Gibbs # Contributor : UltimateByte # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Changes TS3 serveradmin password -local modulename="Change password" +local modulename="TS3 Change Password" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" diff --git a/lgsm/functions/command_update.sh b/lgsm/functions/command_update.sh index 551e8cb7c..6bc1c75c4 100644 --- a/lgsm/functions/command_update.sh +++ b/lgsm/functions/command_update.sh @@ -1,10 +1,8 @@ #!/bin/bash -# LGSM commanf_update.sh function +# LGSM command_update.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - -# Description:Hangles updating of servers. +# Description: Handles updating of servers. local modulename="Update" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" diff --git a/lgsm/functions/command_update_functions.sh b/lgsm/functions/command_update_functions.sh index 28fb96f30..d599c807c 100644 --- a/lgsm/functions/command_update_functions.sh +++ b/lgsm/functions/command_update_functions.sh @@ -2,8 +2,6 @@ # LGSM command_update_functions.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Deletes the functions dir to allow re-downloading of functions from GitHub. local modulename="Updating LGSM" diff --git a/lgsm/functions/command_validate.sh b/lgsm/functions/command_validate.sh index a5d1aaebb..ca9bbcfee 100644 --- a/lgsm/functions/command_validate.sh +++ b/lgsm/functions/command_validate.sh @@ -2,8 +2,6 @@ # LGSM command_validate.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Runs a server validation. local modulename="Validate" diff --git a/lgsm/functions/compress_unreal2_maps.sh b/lgsm/functions/compress_unreal2_maps.sh index 7cf6f1c45..3fa752867 100644 --- a/lgsm/functions/compress_unreal2_maps.sh +++ b/lgsm/functions/compress_unreal2_maps.sh @@ -2,8 +2,9 @@ # LGSM compress_unreal2_maps.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" +# Description: compresses unreal maps +local modulename="Unreal Map Compressor" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" check.sh @@ -33,3 +34,4 @@ for map in "${filesdir}/Maps/"*; do ./ucc-bin compress "${map}" --nohomedir done mv -fv "${filesdir}/Maps/"*.ut2.uz2 "${compressedmapsdir}" +core_exit.sh \ No newline at end of file diff --git a/lgsm/functions/compress_ut99_maps.sh b/lgsm/functions/compress_ut99_maps.sh index 5c1d8c656..f5414125d 100644 --- a/lgsm/functions/compress_ut99_maps.sh +++ b/lgsm/functions/compress_ut99_maps.sh @@ -2,8 +2,9 @@ # LGSM compress_ut99_maps.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" +# Description: compresses unreal maps +local modulename="Unreal Map Compressor" local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" check.sh diff --git a/lgsm/functions/core_dl.sh b/lgsm/functions/core_dl.sh index 3743a68f0..d505cc1a4 100644 --- a/lgsm/functions/core_dl.sh +++ b/lgsm/functions/core_dl.sh @@ -2,8 +2,6 @@ # LGSM core_dl.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Deals with all downloads for LGSM. # fileurl: The URL of the file: http://example.com/dl/File.tar.bz2 diff --git a/lgsm/functions/core_exit.sh b/lgsm/functions/core_exit.sh index 0eb19c753..d7994ca2e 100644 --- a/lgsm/functions/core_exit.sh +++ b/lgsm/functions/core_exit.sh @@ -2,8 +2,6 @@ # LGSM core_exit.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: handles exiting of LGSM by running and reporting an exit code. fn_exit_dev_debug(){ diff --git a/lgsm/functions/core_functions.sh b/lgsm/functions/core_functions.sh index d177ec657..9a5706344 100644 --- a/lgsm/functions/core_functions.sh +++ b/lgsm/functions/core_functions.sh @@ -2,10 +2,8 @@ # LGSM core_functions.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Defines all functions to allow download and execution of functions using fn_fetch_function. -# 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 will not load. # Code/functions for legacy servers diff --git a/lgsm/functions/core_getopt.sh b/lgsm/functions/core_getopt.sh index 0542b307e..2a2abbc9f 100644 --- a/lgsm/functions/core_getopt.sh +++ b/lgsm/functions/core_getopt.sh @@ -2,8 +2,6 @@ # LGSM core_getopt.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: getopt arguments. local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" diff --git a/lgsm/functions/core_messages.sh b/lgsm/functions/core_messages.sh index e0eef7f0d..34ca1f8ee 100644 --- a/lgsm/functions/core_messages.sh +++ b/lgsm/functions/core_messages.sh @@ -2,8 +2,6 @@ # LGSM fn_messages function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Defines on-screen messages such as [ OK ] and how script logs look. # nl: new line: message is following by a new line diff --git a/lgsm/functions/core_trap.sh b/lgsm/functions/core_trap.sh index 966b53d09..e53236410 100644 --- a/lgsm/functions/core_trap.sh +++ b/lgsm/functions/core_trap.sh @@ -2,8 +2,6 @@ # LGSM core_trap.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: handles ctrl-C trap to give an exitcode. fn_exit_trap(){ diff --git a/lgsm/functions/fix.sh b/lgsm/functions/fix.sh index 041c6c151..d1d436432 100644 --- a/lgsm/functions/fix.sh +++ b/lgsm/functions/fix.sh @@ -2,11 +2,12 @@ # LGSM fix.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Overall function for managing fixes. # Runs functions that will fix an issue. +local modulename="Fix" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + # Messages that are displayed for some fixes fn_fix_msg_start(){ fn_print_dots "Applying ${fixname} fix: ${gamename}" diff --git a/lgsm/functions/fix_arma3.sh b/lgsm/functions/fix_arma3.sh index cc3c2aaf0..f788b85b9 100644 --- a/lgsm/functions/fix_arma3.sh +++ b/lgsm/functions/fix_arma3.sh @@ -2,7 +2,10 @@ # LGSM fix_arma3.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="240516" +# Description: Resolves an issue with ARMA3. + +local modulename="Fix" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" # Fixes: 20150 Segmentation fault (core dumped) error. if [ ! -d "${HOME}/.local/share/Arma 3" ]||[ ! -d "${HOME}/.local/share/Arma 3 - Other Profiles" ]; then diff --git a/lgsm/functions/fix_csgo.sh b/lgsm/functions/fix_csgo.sh index 0f8a4b8fb..a2a75bed6 100644 --- a/lgsm/functions/fix_csgo.sh +++ b/lgsm/functions/fix_csgo.sh @@ -2,8 +2,6 @@ # LGSM fix_csgo.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Resolves various issues with csgo. # Fixes: server not always creating steam_appid.txt file. diff --git a/lgsm/functions/fix_dst.sh b/lgsm/functions/fix_dst.sh index 1106b58e0..25fb8175b 100644 --- a/lgsm/functions/fix_dst.sh +++ b/lgsm/functions/fix_dst.sh @@ -2,10 +2,11 @@ # LGSM fix_dst.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Resolves various issues with Dont Starve together. +local modulename="Fix" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + # Fixes: ./dontstarve_dedicated_server_nullrenderer: ./lib32/libcurl-gnutls.so.4: no version information available (required by ./dontstarve_dedicated_server_nullrenderer) # Issue only occures on CentOS as libcurl-gnutls.so.4 is called libcurl.so.4 on CentOS. if [ -f "/etc/redhat-release" ] && [ ! -f "${filesdir}/bin/lib32/libcurl-gnutls.so.4" ]; then diff --git a/lgsm/functions/fix_glibc.sh b/lgsm/functions/fix_glibc.sh index 59a0983b1..82a689b8d 100644 --- a/lgsm/functions/fix_glibc.sh +++ b/lgsm/functions/fix_glibc.sh @@ -2,10 +2,11 @@ # LGSM fix_glibc.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Downloads required glibc files and applys teh glibc fix if required +local modulename="Fix" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + local libstdc_servers_array=( "ARMA 3" "Blade Symphony" "Garry's Mod" "Just Cause 2" ) for libstdc_server in "${libstdc_servers_array[@]}" do diff --git a/lgsm/functions/fix_ins.sh b/lgsm/functions/fix_ins.sh index 81a206d84..7afc46eeb 100644 --- a/lgsm/functions/fix_ins.sh +++ b/lgsm/functions/fix_ins.sh @@ -2,15 +2,16 @@ # LGSM fix_ins.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Resolves various issues with Insurgency. -# Resolves ./srcds_linux: error while loading shared libraries: libtier0.so: cannot open shared object file: No such file or directory +local modulename="Fix" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + +# Fixes: ./srcds_linux: error while loading shared libraries: libtier0.so: cannot open shared object file: No such file or directory. export LD_LIBRARY_PATH=${filesdir}:${filesdir}/bin:${LD_LIBRARY_PATH} -# fix for issue #529 - gamemode not passed to debug or start +# Fixes: issue #529 - gamemode not passed to debug or start. if [ "${function_selfname}" == "command_debug.sh" ]; then defaultmap="\"${defaultmap}\"" diff --git a/lgsm/functions/fix_kf.sh b/lgsm/functions/fix_kf.sh index 7b5547851..5d87e3f48 100644 --- a/lgsm/functions/fix_kf.sh +++ b/lgsm/functions/fix_kf.sh @@ -2,7 +2,10 @@ # LGSM fix_kf.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" +# Description: Resolves various issues with Killing Floor. + +local modulename="Fix" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" echo "Applying WebAdmin ROOst.css fix." echo "http://forums.tripwireinteractive.com/showpost.php?p=585435&postcount=13" diff --git a/lgsm/functions/fix_ro.sh b/lgsm/functions/fix_ro.sh index 7e3115f8b..a8b062a22 100644 --- a/lgsm/functions/fix_ro.sh +++ b/lgsm/functions/fix_ro.sh @@ -2,9 +2,10 @@ # LGSM fix_ro.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" +# Description: Resolves various issues with Red Orchestra. -# Description: Resolves various issues with red orchestra. +local modulename="Fix" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" echo "Applying WebAdmin ROOst.css fix." echo "http://forums.tripwireinteractive.com/showpost.php?p=585435&postcount=13" diff --git a/lgsm/functions/fix_steamcmd.sh b/lgsm/functions/fix_steamcmd.sh index 9b85cc47a..a95e888fc 100644 --- a/lgsm/functions/fix_steamcmd.sh +++ b/lgsm/functions/fix_steamcmd.sh @@ -2,9 +2,10 @@ # LGSM fix_steamcmd.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" +# Description: Resolves various issues related to steamCMD. -# Description: fixes various issues related to steamCMD. +local modulename="Fix" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" # Fixes: [S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam,or a local steamclient.so. if [ ! -f "${HOME}/.steam/sdk32/steamclient.so" ]; then diff --git a/lgsm/functions/fix_ut2k4.sh b/lgsm/functions/fix_ut2k4.sh index a0f07ac26..1f6243989 100644 --- a/lgsm/functions/fix_ut2k4.sh +++ b/lgsm/functions/fix_ut2k4.sh @@ -2,9 +2,10 @@ # LGSM fix_ut2k4.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" +# Description: Resolves various issues with Unreal Tournament 2004. -# Description: Resolves various issues with unreal tournament 2004. +local modulename="Fix" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" echo "applying WebAdmin ut2003.css fix." echo "http://forums.tripwireinteractive.com/showpost.php?p=585435&postcount=13" diff --git a/lgsm/functions/fix_ut99.sh b/lgsm/functions/fix_ut99.sh index 58644c03d..76213aaae 100644 --- a/lgsm/functions/fix_ut99.sh +++ b/lgsm/functions/fix_ut99.sh @@ -2,7 +2,11 @@ # LGSM fix_ut99.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" +# Description: Resolves various issues with Unreal Tournament 99. + +local modulename="Fix" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + echo "${servercfgfullpath}" echo "enabling UdpServerUplink." { diff --git a/lgsm/functions/gsquery.py b/lgsm/functions/gsquery.py index 8f7b8208c..3bd9246b8 100644 --- a/lgsm/functions/gsquery.py +++ b/lgsm/functions/gsquery.py @@ -2,8 +2,11 @@ # -*- coding: utf-8 -*- # Game Server Query # Author: Anonymous & Daniel Gibbs -# # Website: https://gameservermanagers.com -# Version: 190216 +# Website: https://gameservermanagers.com +# Description: Handles querying of . + +local modulename="Fix" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" import optparse import socket diff --git a/lgsm/functions/info_config.sh b/lgsm/functions/info_config.sh index b48176cdb..fd3cdbdc2 100644 --- a/lgsm/functions/info_config.sh +++ b/lgsm/functions/info_config.sh @@ -2,10 +2,10 @@ # LGSM info_config.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Gets specific details from config files. +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + ## Examples of filtering to get info from config files # sed 's/foo//g' - remove foo # tr -cd '[:digit:]' leave only digits diff --git a/lgsm/functions/info_distro.sh b/lgsm/functions/info_distro.sh index 17aff8d92..fdcd01b29 100644 --- a/lgsm/functions/info_distro.sh +++ b/lgsm/functions/info_distro.sh @@ -2,11 +2,10 @@ # LGSM info_distro.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="190616" - # Description: Variables providing useful info on the Operating System such as disk and performace info. # Used for command_details.sh, command_debug.sh and alert.sh. +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" ### Distro infomation diff --git a/lgsm/functions/info_glibc.sh b/lgsm/functions/info_glibc.sh index fa69c010a..2a1adc058 100644 --- a/lgsm/functions/info_glibc.sh +++ b/lgsm/functions/info_glibc.sh @@ -2,10 +2,10 @@ # LGSM info_glibc.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: stores details on servers Glibc requirements. +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + if [ "${gamename}" == "Blade Symphony" ]; then glibcrequired="2.15" glibcfix="yes" diff --git a/lgsm/functions/info_parms.sh b/lgsm/functions/info_parms.sh index 1e59ca162..efdab1c7e 100644 --- a/lgsm/functions/info_parms.sh +++ b/lgsm/functions/info_parms.sh @@ -2,10 +2,10 @@ # LGSM info_parms.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Gets specific details from server parameters. +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + ## Examples of filtering to get info from config files # sed 's/foo//g' - remove foo # tr -cd '[:digit:]' leave only digits diff --git a/lgsm/functions/install_complete.sh b/lgsm/functions/install_complete.sh index 6f9c9c8fa..962c12ff6 100644 --- a/lgsm/functions/install_complete.sh +++ b/lgsm/functions/install_complete.sh @@ -2,9 +2,9 @@ # LGSM install_complete.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" if [ "${gamename}" == "Don't Starve Together" ]; then echo "" diff --git a/lgsm/functions/install_config.sh b/lgsm/functions/install_config.sh index d19eaeddd..f7e39434e 100644 --- a/lgsm/functions/install_config.sh +++ b/lgsm/functions/install_config.sh @@ -2,9 +2,9 @@ # LGSM install_config.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" fn_defaultconfig(){ echo "creating ${servercfg} config file." diff --git a/lgsm/functions/install_gslt.sh b/lgsm/functions/install_gslt.sh index 86ab78d06..823deee11 100644 --- a/lgsm/functions/install_gslt.sh +++ b/lgsm/functions/install_gslt.sh @@ -2,11 +2,10 @@ # LGSM install_gslt.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Configures GSLT. local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" echo "" echo "Game Server Login Token" diff --git a/lgsm/functions/install_gsquery.sh b/lgsm/functions/install_gsquery.sh index 86025c0a0..710a6080a 100644 --- a/lgsm/functions/install_gsquery.sh +++ b/lgsm/functions/install_gsquery.sh @@ -2,7 +2,9 @@ # LGSM install_gsquery.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" + +local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" fn_dlgsquery(){ cd "${functionsdir}" diff --git a/lgsm/functions/install_header.sh b/lgsm/functions/install_header.sh index 96c56a209..b5a817e95 100644 --- a/lgsm/functions/install_header.sh +++ b/lgsm/functions/install_header.sh @@ -2,9 +2,9 @@ # LGSM install_header.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" clear echo "=================================" diff --git a/lgsm/functions/install_logs.sh b/lgsm/functions/install_logs.sh index 4110e6c04..14ecf4c31 100644 --- a/lgsm/functions/install_logs.sh +++ b/lgsm/functions/install_logs.sh @@ -2,9 +2,9 @@ # LGSM install_logs.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" if [ "${checklogs}" != "1" ]; then echo "" diff --git a/lgsm/functions/install_retry.sh b/lgsm/functions/install_retry.sh index 80df1a6ba..c56898898 100644 --- a/lgsm/functions/install_retry.sh +++ b/lgsm/functions/install_retry.sh @@ -2,9 +2,9 @@ # LGSM install_retry.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" while true; do read -e -i "y" -p "Retry install? [Y/n]" yn diff --git a/lgsm/functions/install_server_dir.sh b/lgsm/functions/install_server_dir.sh index c9aabc829..c2c6b36eb 100644 --- a/lgsm/functions/install_server_dir.sh +++ b/lgsm/functions/install_server_dir.sh @@ -2,9 +2,9 @@ # LGSM install_serverdir.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" echo "" echo "Server Directory" diff --git a/lgsm/functions/install_server_files.sh b/lgsm/functions/install_server_files.sh index aa7da151b..f37390277 100644 --- a/lgsm/functions/install_server_files.sh +++ b/lgsm/functions/install_server_files.sh @@ -2,9 +2,9 @@ # LGSM install_server_files.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="270516" local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" fn_install_server_files(){ if [ "${gamename}" == "Unreal Tournament 99" ]; then diff --git a/lgsm/functions/install_steamcmd.sh b/lgsm/functions/install_steamcmd.sh index 7c733d289..a5951c046 100644 --- a/lgsm/functions/install_steamcmd.sh +++ b/lgsm/functions/install_steamcmd.sh @@ -2,11 +2,10 @@ # LGSM install_steamcmd.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Downloads SteamCMD on install. local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" echo "" echo "Installing SteamCMD" diff --git a/lgsm/functions/install_ts3.sh b/lgsm/functions/install_ts3.sh index 44d2b4231..3a6eab039 100644 --- a/lgsm/functions/install_ts3.sh +++ b/lgsm/functions/install_ts3.sh @@ -2,9 +2,9 @@ # LGSM install_ts3.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" info_distro.sh # Gets the teamspeak server architecture diff --git a/lgsm/functions/install_ts3db.sh b/lgsm/functions/install_ts3db.sh index e2027a42b..cc7f0da9d 100644 --- a/lgsm/functions/install_ts3db.sh +++ b/lgsm/functions/install_ts3db.sh @@ -3,9 +3,9 @@ # Author: Daniel Gibbs # Contributor: PhilPhonic # Website: https://gameservermanagers.com -lgsm_version="210516" local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" fn_install_ts3db_mariadb(){ echo "" diff --git a/lgsm/functions/install_ut2k4_key.sh b/lgsm/functions/install_ut2k4_key.sh index 32e80728a..2fe62b3c6 100644 --- a/lgsm/functions/install_ut2k4_key.sh +++ b/lgsm/functions/install_ut2k4_key.sh @@ -2,9 +2,9 @@ # LGSM install_ut2k4_key.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" local modulename="Install" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" echo "" echo "Enter ${gamename} CD Key" diff --git a/lgsm/functions/logs.sh b/lgsm/functions/logs.sh index de29bf8f0..cfbd28beb 100644 --- a/lgsm/functions/logs.sh +++ b/lgsm/functions/logs.sh @@ -3,11 +3,10 @@ # Author: Daniel Gibbs # Contributor: UltimateByte # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Acts as a log rotater, removing old logs. local modulename="Log Manager" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" # Check if logfile variable and file exist, create logfile if it doesn't exist if [ -n "${consolelog}" ]; then diff --git a/lgsm/functions/monitor_gsquery.sh b/lgsm/functions/monitor_gsquery.sh index 607f3ac96..80070bf35 100644 --- a/lgsm/functions/monitor_gsquery.sh +++ b/lgsm/functions/monitor_gsquery.sh @@ -2,12 +2,11 @@ # LGSM monitor_gsquery.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: uses gsquery.py to query the server port. # Detects if the server has frozen with the proccess still running. local modulename="Monitor" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" # Forces legecy servers to use gsquery if [ -z "${gsquery}" ]; then diff --git a/lgsm/functions/update_check.sh b/lgsm/functions/update_check.sh index ac05d7ae4..6a6efb77e 100644 --- a/lgsm/functions/update_check.sh +++ b/lgsm/functions/update_check.sh @@ -2,8 +2,6 @@ # LGSM update_check.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Checks if a server update is available. local modulename="Update" diff --git a/lgsm/functions/update_dl.sh b/lgsm/functions/update_dl.sh index 047d80aec..29b67a8ff 100644 --- a/lgsm/functions/update_dl.sh +++ b/lgsm/functions/update_dl.sh @@ -2,8 +2,6 @@ # LGSM update_dl.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description: Runs a server update. local modulename="Update" diff --git a/lgsm/functions/update_steamcmd.sh b/lgsm/functions/update_steamcmd.sh index 9bfabc050..6dfd0ddc1 100644 --- a/lgsm/functions/update_steamcmd.sh +++ b/lgsm/functions/update_steamcmd.sh @@ -2,10 +2,11 @@ # LGSM commanf_update.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description:Handles updating using steamCMD. +local modulename="Update" +local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))" + fn_update_steamcmd_dl(){ check.sh diff --git a/lgsm/functions/update_ts3.sh b/lgsm/functions/update_ts3.sh index 92665bd99..8f6fee29e 100644 --- a/lgsm/functions/update_ts3.sh +++ b/lgsm/functions/update_ts3.sh @@ -2,8 +2,6 @@ # LGSM commanf_update.sh function # Author: Daniel Gibbs # Website: https://gameservermanagers.com -lgsm_version="210516" - # Description:Handles updating of teamspeak 3 servers. local modulename="Update"