diff --git a/GameServerQuery/gsquery.py b/GameServerQuery/gsquery.py index 9a7fe2985..a1380a5a7 100644 --- a/GameServerQuery/gsquery.py +++ b/GameServerQuery/gsquery.py @@ -2,8 +2,8 @@ # -*- coding: utf-8 -*- # Game Server Query # Author: Anonymous & Daniel Gibbs -# # Website: http://danielgibbs.co.uk -# Version: 210115 +# # Website: http://gameservermanagers.com +# Version: 030515 import optparse import socket diff --git a/functions/fn_backup b/functions/fn_backup index 59a5c8f82..c1365d321 100644 --- a/functions/fn_backup +++ b/functions/fn_backup @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_backup function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 # Description: Creates a .tar.gz file in the backup directory. diff --git a/functions/fn_check_ip b/functions/fn_check_ip index c73167a3e..37aa0f265 100644 --- a/functions/fn_check_ip +++ b/functions/fn_check_ip @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_check_ip function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 170415 # Description: Automatically identifies the server interface IP. diff --git a/functions/fn_check_logs b/functions/fn_check_logs index 47d0576b0..8af5b7337 100644 --- a/functions/fn_check_logs +++ b/functions/fn_check_logs @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_check_logs function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 160415 # Description: Checks that log files exist on server start diff --git a/functions/fn_check_root b/functions/fn_check_root index ac3d618f5..b91536803 100644 --- a/functions/fn_check_root +++ b/functions/fn_check_root @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_check_root function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 if [ $(whoami) = "root" ]; then diff --git a/functions/fn_check_systemdir b/functions/fn_check_systemdir index 9161c0a24..ae4a85e88 100644 --- a/functions/fn_check_systemdir +++ b/functions/fn_check_systemdir @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_check_systemdir function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 if [ ! -e "${systemdir}" ]; then diff --git a/functions/fn_check_tmux b/functions/fn_check_tmux index bfdaa6f0b..82a214d33 100644 --- a/functions/fn_check_tmux +++ b/functions/fn_check_tmux @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_check_tmux function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 170415 # Checks if tmux is installed as too many users do not RTFM or know how to use Google. diff --git a/functions/fn_check_ts3status b/functions/fn_check_ts3status index e104fd0b2..40853019a 100644 --- a/functions/fn_check_ts3status +++ b/functions/fn_check_ts3status @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_check_ts3status function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 070215 # Checks the status of Teamspeak 3. diff --git a/functions/fn_compress_unreal2maps b/functions/fn_compress_unreal2maps index 9a3015f53..0b859f3d6 100644 --- a/functions/fn_compress_unreal2maps +++ b/functions/fn_compress_unreal2maps @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_compress_unreal2maps function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 fn_check_root diff --git a/functions/fn_compress_ut99maps b/functions/fn_compress_ut99maps index 250686972..ed098217a 100644 --- a/functions/fn_compress_ut99maps +++ b/functions/fn_compress_ut99maps @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_compress_ut99maps function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 fn_check_root diff --git a/functions/fn_console b/functions/fn_console index 3f2f73a5d..ddaa47c58 100644 --- a/functions/fn_console +++ b/functions/fn_console @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_console function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 # Description: Gives access to the server tmux console. diff --git a/functions/fn_csgofix b/functions/fn_csgofix index d32a63b90..abe9f9744 100644 --- a/functions/fn_csgofix +++ b/functions/fn_csgofix @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_csgofix function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 # Description: Resolves various issues with csgo. diff --git a/functions/fn_debug b/functions/fn_debug index 7db9cdf34..93fb240aa 100644 --- a/functions/fn_debug +++ b/functions/fn_debug @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_debug function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 160415 # Description: Runs the server without tmux. Runs direct from the terminal. diff --git a/functions/fn_details b/functions/fn_details index 5d9bc3b67..d8142831e 100644 --- a/functions/fn_details +++ b/functions/fn_details @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_details function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 190414 # Description: Displays server infomation. diff --git a/functions/fn_details_config b/functions/fn_details_config index 1461c8790..f63a0a548 100644 --- a/functions/fn_details_config +++ b/functions/fn_details_config @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_details_config function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 160415 # Description: Gets specific details from config files. diff --git a/functions/fn_details_distro b/functions/fn_details_distro index 378146df8..174c4c794 100644 --- a/functions/fn_details_distro +++ b/functions/fn_details_distro @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_details_distro function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 140215 # Description: Variables providing useful info on the Operating System such as disk and performace info. diff --git a/functions/fn_email b/functions/fn_email index 442dc1c08..220e81534 100644 --- a/functions/fn_email +++ b/functions/fn_email @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_email function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 # Description: Sends email notification if monitor picks up a failure. diff --git a/functions/fn_email_test b/functions/fn_email_test index 4c82be073..0d7c8c9af 100644 --- a/functions/fn_email_test +++ b/functions/fn_email_test @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_email_test function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 # Description: Sends a test email notification. diff --git a/functions/fn_functions b/functions/fn_functions index 80298516f..f43b0a867 100644 --- a/functions/fn_functions +++ b/functions/fn_functions @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_functions function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 110415 # Description: Defines all functions to allow download and execution of functions using fn_runfunction. diff --git a/functions/fn_getopt b/functions/fn_getopt index cacff0a70..61ea01821 100644 --- a/functions/fn_getopt +++ b/functions/fn_getopt @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_getopt function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 150414 # Description: getopt arguments. diff --git a/functions/fn_insfix b/functions/fn_insfix index 73b16a416..85d695f57 100644 --- a/functions/fn_insfix +++ b/functions/fn_insfix @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_insfix function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # 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 ab52c90b4..d9b81b7ae 100644 --- a/functions/fn_install +++ b/functions/fn_install @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 060315 fn_check_root diff --git a/functions/fn_install_complete b/functions/fn_install_complete index 519af673a..6daa62845 100644 --- a/functions/fn_install_complete +++ b/functions/fn_install_complete @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_complete function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 echo "=================================" diff --git a/functions/fn_install_config b/functions/fn_install_config index 5aefecdf0..8cab0d450 100644 --- a/functions/fn_install_config +++ b/functions/fn_install_config @@ -143,73 +143,73 @@ if [ "${gamename}" == "7 Days To Die" ]; then fn_unity3dconfig elif [ "${gamename}" == "ARMA 3" ]; then echo -e "downloading lgsm-default.server.cfg & lgsm-default.network.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Arma3/cfg/lgsm-default.server.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Arma3/cfg/lgsm-default.network.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Arma3/cfg/lgsm-default.server.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Arma3/cfg/lgsm-default.network.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_arma3config elif [ "${gamename}" == "Blade Symphony" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/BladeSymphony/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/BladeSymphony/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_goldsourceconfig elif [ "${gamename}" == "Counter Strike 1.6" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrike/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrike/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_goldsourceconfig elif [ "${gamename}" == "Counter Strike: Condition Zero" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrikeConditionZero/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrikeConditionZero/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_goldsourceconfig elif [ "${gamename}" == "Counter Strike: Global Offensive" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrikeGlobalOffensive/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrikeGlobalOffensive/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig elif [ "${gamename}" == "Counter Strike: Source" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrikeSource/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/CounterStrikeSource/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig elif [ "${gamename}" == "Day of Defeat" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/DayOfDefeat/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/DayOfDefeat/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_goldsourceconfig elif [ "${gamename}" == "Day of Defeat: Source" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/DayOfDefeatSource/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/DayOfDefeatSource/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig elif [ "${gamename}" == "Double Action: Boogaloo" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/DoubleActionBoogaloo/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/DoubleActionBoogaloo/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig elif [ "${gamename}" == "Fistful of Frags" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/FistfulOfFrags/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/FistfulOfFrags/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig elif [ "${gamename}" == "Garry's Mod" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/GarrysMod/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/GarrysMod/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig elif [ "${gamename}" == "Half Life 2: Deathmatch" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/HalfLife2Deathmatch/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/HalfLife2Deathmatch/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig elif [ "${gamename}" == "Half Life: Deathmatch Classic" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/HalfLifeDeathmatchClassic/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/HalfLifeDeathmatchClassic/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_goldsourceconfig elif [ "${gamename}" == "Insurgency" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Insurgency/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Insurgency/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig elif [ "${gamename}" == "Just Cause 2" ]; then @@ -218,17 +218,17 @@ elif [ "${gamename}" == "Killing Floor" ]; then fn_unreal2config elif [ "${gamename}" == "Left 4 Dead" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Left4Dead/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Left4Dead/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig elif [ "${gamename}" == "Left 4 Dead 2" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Left4Dead2/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/Left4Dead2/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig elif [ "${gamename}" == "No More Room in Hell" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/NoMoreRoomInHell/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/NoMoreRoomInHell/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig elif [ "${gamename}" == "Natural Selection 2" ]; then @@ -239,17 +239,17 @@ elif [ "${gamename}" == "Red Orchestra: Ostfront 41-45" ]; then fn_unreal2config elif [ "${gamename}" == "Serious Sam 3: BFE" ]; then echo -e "downloading lgsm-default.ini...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/SeriousSam3BFE/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/SeriousSam3BFE/cfg/lgsm-default.ini 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_serious3config elif [ "${gamename}" == "Team Fortress 2" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/TeamFortress2/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/TeamFortress2/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_sourceconfig elif [ "${gamename}" == "Team Fortress Classic" ]; then echo -e "downloading lgsm-default.cfg...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/TeamFortressClassic/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/TeamFortressClassic/cfg/lgsm-default.cfg 2>&1 | grep -F HTTP | cut -c45- | uniq sleep 1 fn_goldsourceconfig elif [ "${gamename}" == "Unreal Tournament 2004" ]; then diff --git a/functions/fn_install_gsquery b/functions/fn_install_gsquery index deb7d2300..38d10ed66 100644 --- a/functions/fn_install_gsquery +++ b/functions/fn_install_gsquery @@ -1,13 +1,13 @@ #!/bin/bash # LGSM fn_install_gsquery function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 100415 fn_dlgsquery(){ cd "${rootdir}" echo -e "downloading gsquery.py...\c" -wget -N --no-check-certificate /dev/null "http://gameservermanagers.com/dl/gsquery.py" 2>&1 | grep -F "HTTP" | grep -v "Moved Permanently" | cut -c45- | uniq +wget -N /dev/null "http://gameservermanagers.com/dl/gsquery.py" 2>&1 | grep -F "HTTP" | grep -v "Moved Permanently" | cut -c45- | uniq chmod +x gsquery.py } diff --git a/functions/fn_install_header b/functions/fn_install_header index df7e2590b..f7c730a9c 100644 --- a/functions/fn_install_header +++ b/functions/fn_install_header @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_header function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 clear @@ -14,5 +14,5 @@ if [ "${gamename}" == "ARMA 3" ]; then elif [ "${gamename}" == "Left 4 Dead" ]; then echo "contributions by Summit Singh Thakur" fi -echo "http://danielgibbs.co.uk" +echo "http://gameservermanagers.com" echo "=================================" \ No newline at end of file diff --git a/functions/fn_install_kffix b/functions/fn_install_kffix index e9676fb6a..e3fd88381 100644 --- a/functions/fn_install_kffix +++ b/functions/fn_install_kffix @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_kffix function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 echo "Applying ${gamename} Server Fixes" diff --git a/functions/fn_install_logs b/functions/fn_install_logs index dd4071ca8..132b225b0 100644 --- a/functions/fn_install_logs +++ b/functions/fn_install_logs @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_logs function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 160415 echo "" diff --git a/functions/fn_install_retry b/functions/fn_install_retry index 6b0804fc7..0f3117e21 100644 --- a/functions/fn_install_retry +++ b/functions/fn_install_retry @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_retry function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 while true; do diff --git a/functions/fn_install_rofix b/functions/fn_install_rofix index 7bd18cde1..43088fa48 100644 --- a/functions/fn_install_rofix +++ b/functions/fn_install_rofix @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_rofix function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 echo "Applying ${gamename} Server Fixes" diff --git a/functions/fn_install_serverdir b/functions/fn_install_serverdir index 9b6615a22..9e365a4a8 100644 --- a/functions/fn_install_serverdir +++ b/functions/fn_install_serverdir @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_serverdir function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 echo "" diff --git a/functions/fn_install_serverfiles b/functions/fn_install_serverfiles index f6e547753..59a392d5f 100644 --- a/functions/fn_install_serverfiles +++ b/functions/fn_install_serverfiles @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_serverfiles function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 fn_steaminstallcommand(){ diff --git a/functions/fn_install_steamfix b/functions/fn_install_steamfix index cf14160a8..9dd88173d 100644 --- a/functions/fn_install_steamfix +++ b/functions/fn_install_steamfix @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_steamfix function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 fn_steamclientfix(){ diff --git a/functions/fn_install_ut2k4 b/functions/fn_install_ut2k4 index b2f5d83e9..1571b7610 100644 --- a/functions/fn_install_ut2k4 +++ b/functions/fn_install_ut2k4 @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_ut2k4 function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 echo "Installing ${gamename} Server" diff --git a/functions/fn_install_ut2k4filesdl b/functions/fn_install_ut2k4filesdl index b57405d42..fcf8682ab 100644 --- a/functions/fn_install_ut2k4filesdl +++ b/functions/fn_install_ut2k4filesdl @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_ut2k4filesdl function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 echo "Downloading Server Files" diff --git a/functions/fn_install_ut2k4fix b/functions/fn_install_ut2k4fix index 8b2e10f24..5d5dda5e8 100644 --- a/functions/fn_install_ut2k4fix +++ b/functions/fn_install_ut2k4fix @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_ut2k4fix function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 echo "Applying ${gamename} Server Fixes" diff --git a/functions/fn_install_ut2k4key b/functions/fn_install_ut2k4key index 43193b974..bf0307af0 100644 --- a/functions/fn_install_ut2k4key +++ b/functions/fn_install_ut2k4key @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_ut2k4key function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 echo "Enter ${gamename} CD Key" diff --git a/functions/fn_install_ut99 b/functions/fn_install_ut99 index c4ca9149f..399aef031 100644 --- a/functions/fn_install_ut99 +++ b/functions/fn_install_ut99 @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_ut99 function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 echo "Installing ${gamename} Server" diff --git a/functions/fn_install_ut99filesdl b/functions/fn_install_ut99filesdl index bef755b75..e349cccfe 100644 --- a/functions/fn_install_ut99filesdl +++ b/functions/fn_install_ut99filesdl @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_ut99filesdl function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 echo "Downloading Server Files" diff --git a/functions/fn_install_ut99fix b/functions/fn_install_ut99fix index de8c560a8..e888f876b 100644 --- a/functions/fn_install_ut99fix +++ b/functions/fn_install_ut99fix @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_install_ut99fix function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 070215 echo "Applying ${gamename} Server Fixes" diff --git a/functions/fn_logs b/functions/fn_logs index e5e0bf7a8..28c5a16a7 100644 --- a/functions/fn_logs +++ b/functions/fn_logs @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_logs function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 260415 # Description: Acts as a log rotater, removing old logs. diff --git a/functions/fn_messages b/functions/fn_messages index 89d270c15..173b42c80 100644 --- a/functions/fn_messages +++ b/functions/fn_messages @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_messages function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 260115 # Description: Defines on-screen messages such as [ OK ] and how script logs look. diff --git a/functions/fn_monitor b/functions/fn_monitor index be77fd6f7..9798a6225 100644 --- a/functions/fn_monitor +++ b/functions/fn_monitor @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_monitor function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 230315 # Description: Monitors server by checking for running proccesses diff --git a/functions/fn_start b/functions/fn_start index e4a428b95..653a3e105 100644 --- a/functions/fn_start +++ b/functions/fn_start @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_start function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 220415 # Description: Starts the server. @@ -169,7 +169,7 @@ if [ "${tmuxwc}" -eq 0 ]; then fi else fn_printok "${servername}" - fn_scriptlog "Started ${servername}" + fn_scriptlog "Started ${servername}" fi #rm "${scriptlogdir}/.${servicename}-tmux-error.tmp" echo -en "\n" diff --git a/functions/fn_stop b/functions/fn_stop index 92541c7f0..5f5a79b20 100644 --- a/functions/fn_stop +++ b/functions/fn_stop @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_stop function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 080214 # Description: Stops the server. diff --git a/functions/fn_update_check b/functions/fn_update_check index 2ec9c8d46..e1ae8d99d 100644 --- a/functions/fn_update_check +++ b/functions/fn_update_check @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_update_check function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 220415 # Description: Checks if a server update is available. diff --git a/functions/fn_validate b/functions/fn_validate index 484666019..94acf2035 100644 --- a/functions/fn_validate +++ b/functions/fn_validate @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_validate function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 150415 # Description: Runs a server validation.