diff --git a/7DaysToDie/sdtdserver b/7DaysToDie/sdtdserver index be5dee526..7b31dce80 100644 --- a/7DaysToDie/sdtdserver +++ b/7DaysToDie/sdtdserver @@ -2,8 +2,8 @@ # 7 Days To Die # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -85,7 +85,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/Arma3/arma3server b/Arma3/arma3server index 5ca373487..bc8c297d8 100644 --- a/Arma3/arma3server +++ b/Arma3/arma3server @@ -3,8 +3,8 @@ # Server Management Script # Author: Daniel Gibbs # Contributor: Scarsz -# Website: http://danielgibbs.co.uk -# Version: 240415 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -85,7 +85,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/BladeSymphony/bsserver b/BladeSymphony/bsserver index 57cf170d7..18735f9e6 100644 --- a/BladeSymphony/bsserver +++ b/BladeSymphony/bsserver @@ -2,8 +2,8 @@ # Blade Symphony # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/CounterStrike/csserver b/CounterStrike/csserver index 5cbafd583..83d39c4d3 100644 --- a/CounterStrike/csserver +++ b/CounterStrike/csserver @@ -2,8 +2,8 @@ # Counter Strike # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 010215 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/CounterStrikeConditionZero/csczserver b/CounterStrikeConditionZero/csczserver index b9d5a1d47..98e1de402 100644 --- a/CounterStrikeConditionZero/csczserver +++ b/CounterStrikeConditionZero/csczserver @@ -2,8 +2,8 @@ # Counter Strike: Condition Zero # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/CounterStrikeGlobalOffensive/csgoserver b/CounterStrikeGlobalOffensive/csgoserver index 963687477..f3bf39b25 100755 --- a/CounterStrikeGlobalOffensive/csgoserver +++ b/CounterStrikeGlobalOffensive/csgoserver @@ -2,8 +2,8 @@ # Counter Strike: Global Offensive # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -95,7 +95,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/CounterStrikeSource/cssserver b/CounterStrikeSource/cssserver index 1d1abb808..7b15c2a60 100644 --- a/CounterStrikeSource/cssserver +++ b/CounterStrikeSource/cssserver @@ -2,8 +2,8 @@ # Counter Strike: Source # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/DayOfDefeat/dodserver b/DayOfDefeat/dodserver index 9d5a677f2..910c771db 100644 --- a/DayOfDefeat/dodserver +++ b/DayOfDefeat/dodserver @@ -2,8 +2,8 @@ # Day of Defeat # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/DayOfDefeatSource/dodsserver b/DayOfDefeatSource/dodsserver index 8110b8313..76a1db9d0 100644 --- a/DayOfDefeatSource/dodsserver +++ b/DayOfDefeatSource/dodsserver @@ -2,8 +2,8 @@ # Day of Defeat: Source # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/DeathmatchClassic/dmcserver b/DeathmatchClassic/dmcserver index 0b200049b..d83287c3c 100644 --- a/DeathmatchClassic/dmcserver +++ b/DeathmatchClassic/dmcserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 150315 +# Version: 030515 #### Variables #### @@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/DoubleActionBoogaloo/dabserver b/DoubleActionBoogaloo/dabserver index 68e96ec6f..dcdf65ac8 100644 --- a/DoubleActionBoogaloo/dabserver +++ b/DoubleActionBoogaloo/dabserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 220315 +# Version: 030515 #### Variables #### @@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgameservers/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/FistfulOfFrags/fofserver b/FistfulOfFrags/fofserver index fb5fb5d69..a73136137 100644 --- a/FistfulOfFrags/fofserver +++ b/FistfulOfFrags/fofserver @@ -2,8 +2,8 @@ # Fistful Of Frags # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 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/GarrysMod/gmodserver b/GarrysMod/gmodserver index ec257b56f..52fcc34af 100644 --- a/GarrysMod/gmodserver +++ b/GarrysMod/gmodserver @@ -2,8 +2,8 @@ # Garry's Mod # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 160315 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -84,7 +84,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/HalfLife2Deathmatch/hl2dmserver b/HalfLife2Deathmatch/hl2dmserver index 484c241ed..e6355526b 100644 --- a/HalfLife2Deathmatch/hl2dmserver +++ b/HalfLife2Deathmatch/hl2dmserver @@ -2,8 +2,8 @@ # Half Life 2: Deathmatch # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/HalfLifeDeathmatch/hldmserver b/HalfLifeDeathmatch/hldmserver index 0bfe0c452..a531413f4 100644 --- a/HalfLifeDeathmatch/hldmserver +++ b/HalfLifeDeathmatch/hldmserver @@ -3,7 +3,7 @@ # Server Management Script # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 150315 +# Version: 030515 #### Variables #### @@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/HalfLifeDeathmatchSource/cfg/lgsm-default.cfg b/HalfLifeDeathmatchSource/cfg/lgsm-default.cfg new file mode 100644 index 000000000..957530abd --- /dev/null +++ b/HalfLifeDeathmatchSource/cfg/lgsm-default.cfg @@ -0,0 +1,15 @@ +// Server Name +hostname "hostname" + +// RCON Password +rcon_password "rconpassword" + +// Server Password +sv_password "" + +// Server Logging +log on +sv_logbans 1 +sv_logecho 1 +sv_logfile 1 +sv_log_onefile 0 \ No newline at end of file diff --git a/HalfLifeDeathmatchSource/hldmsserver b/HalfLifeDeathmatchSource/hldmsserver new file mode 100644 index 000000000..ebf180efa --- /dev/null +++ b/HalfLifeDeathmatchSource/hldmsserver @@ -0,0 +1,98 @@ +#!/bin/bash +# Half-Life Deathmatch: Source +# Server Management Script +# Author: Daniel Gibbs +# Website: http://gameservermanagers.com +# Version: 050515 + +#### Variables #### + +# Notification Email +# (on|off) +emailnotification="off" +email="email@example.com" + +# Steam login +steamuser="anonymous" +steampass="" + +# Start Variables +defaultmap="crossfire" +maxplayers="16" +port="27015" +sourcetvport="27020" +clientport="27005" +ip="0.0.0.0" + +# https://developer.valvesoftware.com/wiki/Command_Line_Options#Source_Dedicated_Server +fn_parms(){ +parms="-game hl1mp -strictportbind -ip ${ip} -port ${port} +clientport ${clientport} +tv_port ${sourcetvport} +map ${defaultmap} +servercfgfile ${servercfg} -maxplayers ${maxplayers}" +} + +#### Advanced Variables #### + +# Steam +appid="255470" + +# Server Details +servicename="hldms-server" +gamename="Half-Life Deathmatch: Source" +engine="source" + +# Directories +rootdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" +selfname="$(basename $0)" +lockselfname=".${servicename}.lock" +filesdir="${rootdir}/serverfiles" +systemdir="${filesdir}/hl1mp" +executabledir="${filesdir}" +executable="./srcds_run" +servercfgdir="${systemdir}/cfg" +servercfg="${servicename}.cfg" +servercfgfullpath="${servercfgdir}/${servercfg}" +defaultcfg="${servercfgdir}/server.cfg" +backupdir="${rootdir}/backups" + +# Logging +logdays="7" +gamelogdir="${systemdir}/logs" +scriptlogdir="${rootdir}/log/script" +consolelogdir="${rootdir}/log/console" + +scriptlog="${scriptlogdir}/${servicename}-script.log" +consolelog="${consolelogdir}/${servicename}-console.log" +emaillog="${scriptlogdir}/${servicename}-email.log" + +scriptlogdate="${scriptlogdir}/${servicename}-script-$(date '+%d-%m-%Y-%H-%M-%S').log" +consolelogdate="${consolelogdir}/${servicename}-console-$(date '+%d-%m-%Y-%H-%M-%S').log" + +##### Script ##### +# Do not edit + +fn_runfunction(){ +# Functions are downloaded and run with this function +if [ ! -f "${rootdir}/functions/${functionfile}" ]; then + cd "${rootdir}" + if [ ! -d "functions" ]; then + mkdir functions + fi + cd functions + echo -e "loading ${functionfile}...\c" + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + chmod +x "${functionfile}" + cd "${rootdir}" + sleep 1 +fi +source "${rootdir}/functions/${functionfile}" +} + +fn_functions(){ +# Functions are defined in fn_functions. +functionfile="${FUNCNAME}" +fn_runfunction +} + +fn_functions + +getopt=$1 +fn_getopt diff --git a/Insurgency/insserver b/Insurgency/insserver index 67543f549..2eb1f84ab 100644 --- a/Insurgency/insserver +++ b/Insurgency/insserver @@ -2,8 +2,8 @@ # Insurgency # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/JustCause2/jc2server b/JustCause2/jc2server index 9e7732761..760865f1e 100644 --- a/JustCause2/jc2server +++ b/JustCause2/jc2server @@ -2,8 +2,8 @@ # Just Cause 2 # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -73,7 +73,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/KillingFloor/kfserver b/KillingFloor/kfserver index d6412f29f..f58c20e9a 100644 --- a/KillingFloor/kfserver +++ b/KillingFloor/kfserver @@ -2,8 +2,8 @@ # Killing Floor # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -80,7 +80,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/Left4Dead/l4dserver b/Left4Dead/l4dserver index 1107802ce..d31922233 100644 --- a/Left4Dead/l4dserver +++ b/Left4Dead/l4dserver @@ -3,8 +3,8 @@ # Server Management Script # Author: Daniel Gibbs # Contributor: Summit Singh Thakur -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/Left4Dead2/l4d2server b/Left4Dead2/l4d2server index 6f701aa25..0f8862f9d 100644 --- a/Left4Dead2/l4d2server +++ b/Left4Dead2/l4d2server @@ -2,8 +2,8 @@ # Left 4 Dead 2 # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/NS2Combat/ns2cserver b/NS2Combat/ns2cserver index 9eddc7ba1..baf1a24aa 100644 --- a/NS2Combat/ns2cserver +++ b/NS2Combat/ns2cserver @@ -2,8 +2,8 @@ # NS2: Combat # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -83,7 +83,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/NaturalSelection2/ns2server b/NaturalSelection2/ns2server index ccc9cc57a..b5cd9f8b7 100644 --- a/NaturalSelection2/ns2server +++ b/NaturalSelection2/ns2server @@ -2,8 +2,8 @@ # Natural Selection 2 # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -83,7 +83,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/NoMoreRoomInHell/nmrihserver b/NoMoreRoomInHell/nmrihserver index 644459753..a9fe51db0 100644 --- a/NoMoreRoomInHell/nmrihserver +++ b/NoMoreRoomInHell/nmrihserver @@ -2,8 +2,8 @@ # No More Room in Hell # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/OpposingForce/opforserver b/OpposingForce/opforserver index f7e9dc304..076b15820 100644 --- a/OpposingForce/opforserver +++ b/OpposingForce/opforserver @@ -2,8 +2,8 @@ # Half-Life: Opposing Force # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/ProjectZomboid/pzserver b/ProjectZomboid/pzserver index 5ba24e857..8a3448065 100644 --- a/ProjectZomboid/pzserver +++ b/ProjectZomboid/pzserver @@ -2,8 +2,8 @@ # Project Zomboid # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 150415 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -72,7 +72,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/RedOrchestra/roserver b/RedOrchestra/roserver index 618d72823..5fea7a39a 100644 --- a/RedOrchestra/roserver +++ b/RedOrchestra/roserver @@ -2,8 +2,8 @@ # Red Orchestra: Ostfront 41-45 # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -76,7 +76,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/Ricochet/ricochetserver b/Ricochet/ricochetserver index fd8d99c06..04951d876 100644 --- a/Ricochet/ricochetserver +++ b/Ricochet/ricochetserver @@ -2,8 +2,8 @@ # Ricochet # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/SeriousSam3BFE/ss3sserver b/SeriousSam3BFE/ss3sserver index 7e5379cc4..3c953b71e 100644 --- a/SeriousSam3BFE/ss3sserver +++ b/SeriousSam3BFE/ss3sserver @@ -2,8 +2,8 @@ # Serious Sam 3: BFE # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -74,7 +74,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/StarBound/sbserver b/StarBound/sbserver index db29f0158..1aa505da6 100644 --- a/StarBound/sbserver +++ b/StarBound/sbserver @@ -2,8 +2,8 @@ # Starbound # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 230215 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -73,7 +73,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/TeamFortress2/tf2server b/TeamFortress2/tf2server index 17b46f0f6..22d1c372b 100644 --- a/TeamFortress2/tf2server +++ b/TeamFortress2/tf2server @@ -2,8 +2,8 @@ # Team Fortress 2 # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -78,7 +78,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/TeamFortressClassic/tfcserver b/TeamFortressClassic/tfcserver index 78eda9482..5d4132b15 100644 --- a/TeamFortressClassic/tfcserver +++ b/TeamFortressClassic/tfcserver @@ -2,8 +2,8 @@ # Team Fortress Classic # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -77,7 +77,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/TeamSpeak3/ts3server b/TeamSpeak3/ts3server index 740815411..583f99d80 100644 --- a/TeamSpeak3/ts3server +++ b/TeamSpeak3/ts3server @@ -2,8 +2,9 @@ # Teamspeak 3 # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 080214 +# Website: http://gameservermanagers.com +# Version: 030515 + #### Variables #### # Notification Email @@ -52,7 +53,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/UnrealTournament2004/ut2k4server b/UnrealTournament2004/ut2k4server index 15e5a52b4..32ec198a9 100644 --- a/UnrealTournament2004/ut2k4server +++ b/UnrealTournament2004/ut2k4server @@ -2,8 +2,8 @@ # Unreal Tournament 2004 # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 070215 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -67,7 +67,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 diff --git a/UnrealTournament99/ut99server b/UnrealTournament99/ut99server index c730e3486..cf17c182a 100644 --- a/UnrealTournament99/ut99server +++ b/UnrealTournament99/ut99server @@ -2,8 +2,8 @@ # Unreal Tournament 99 # Server Management Script # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 070215 +# Website: http://gameservermanagers.com +# Version: 030515 #### Variables #### @@ -66,7 +66,7 @@ if [ ! -f "${rootdir}/functions/${functionfile}" ]; then fi cd functions echo -e "loading ${functionfile}...\c" - wget -N --no-check-certificate /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- + wget -N /dev/null https://raw.githubusercontent.com/dgibbs64/linuxgsm/master/functions/${functionfile} 2>&1 | grep -F HTTP | cut -c45- chmod +x "${functionfile}" cd "${rootdir}" sleep 1 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_steamcmd b/functions/fn_check_steamcmd index 4ae60f286..fb5f19841 100644 --- a/functions/fn_check_steamcmd +++ b/functions/fn_check_steamcmd @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_check_steamcmd function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 # Description: Downloads SteamCMD on install and checks if missing before running functions that require SteamCMD @@ -21,7 +21,7 @@ elif [ "${modulename}" == "Starting" ]||[ "${modulename}" == "Update" ]; then mkdir -pv "${rootdir}/steamcmd" cd "${rootdir}/steamcmd" echo -e "downloading steamcmd_linux.tar.gz...\c" - wget -N --no-check-certificate /dev/null http://media.steampowered.com/client/steamcmd_linux.tar.gz 2>&1 | grep -F HTTP | cut -c45-| uniq + wget -N /dev/null http://media.steampowered.com/client/steamcmd_linux.tar.gz 2>&1 | grep -F HTTP | cut -c45-| uniq tar --verbose -zxf steamcmd_linux.tar.gz rm -v steamcmd_linux.tar.gz chmod +x steamcmd.sh 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..5916c1642 100644 --- a/functions/fn_check_tmux +++ b/functions/fn_check_tmux @@ -1,12 +1,12 @@ #!/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. -if [ "$(command -v tmux)" ]||[ "$(which tmux)" ]||[ -f "/usr/bin/tmux" ]||[ -f "/bin/tmux" ]; then +if [ "$(command -v tmux)" ]||[ "$(which tmux >/dev/null 2>&1)" ]||[ -f "/usr/bin/tmux" ]||[ -f "/bin/tmux" ]; then : else fn_printfailnl "Tmux not installed" @@ -15,6 +15,6 @@ else echo " * Tmux is required to run this server." # Suitable passive agressive message echo " * Please see the the following link." - echo " * http://gameservermanagers.com/tmux" + echo " * http://gameservermanagers.com/tmux" exit fi \ No newline at end of file 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 0748fbbad..ef9b7bfad 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 d2d89e977..71c8296a3 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 51bb17c5e..79ef40887 100644 --- a/functions/fn_getopt +++ b/functions/fn_getopt @@ -1,8 +1,8 @@ #!/bin/bash # LGSM fn_getopt function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 150414 +# Website: http://gameservermanagers.com +# Version: 060515 # Description: getopt arguments. @@ -16,6 +16,12 @@ case "$getopt" in fn_restart;; update) fn_update_check;; + force-update) + forceupdate=1; + fn_update_check;; + update-restart) + forceupdate=1; + fn_update_check;; validate) fn_validate;; monitor) @@ -35,7 +41,7 @@ case "$getopt" in auto-install) fn_autoinstall;; *) - echo "Usage: $0 {start|stop|restart|update|validate|monitor|email-test|details|backup|console|debug|install|auto-install} $appendextra" + echo "Usage: $0 {start|stop|restart|update|force-update|validate|monitor|email-test|details|backup|console|debug|install|auto-install} $appendextra" exit 1;; esac exit @@ -60,7 +66,7 @@ case "$getopt" in backup) fn_backup;; *) - echo "Usage: $0 {start|stop|restart|update|monitor|email-test|details|backup} $appendextra" + echo "Usage: $0 {start|stop|restart|update|monitor|email-test|details|backup}" exit 1;; esac exit @@ -91,7 +97,7 @@ case "$getopt" in map-compressor) fn_compress_ut99maps;; *) - echo "Usage: $0 {start|stop|restart|monitor|email-test|details|backup|console|debug|install|map-compressor} $appendextra" + echo "Usage: $0 {start|stop|restart|monitor|email-test|details|backup|console|debug|install|map-compressor}" exit 1;; esac exit @@ -129,7 +135,7 @@ case "$getopt" in map-compressor) fn_compress_unreal2maps;; *) - echo "Usage: $0 {start|stop|restart|update|validate|monitor|email-test|details|backup|console|debug|install|auto-install|map-compressor} $appendextra" + echo "Usage: $0 {start|stop|restart|update|validate|monitor|email-test|details|backup|console|debug|install|auto-install|map-compressor}" exit 1;; esac exit @@ -161,7 +167,7 @@ case "$getopt" in map-compressor) fn_compress_unreal2maps;; *) - echo "Usage: $0 {start|stop|restart|monitor|email-test|details|backup|console|debug|install|map-compressor} $appendextra" + echo "Usage: $0 {start|stop|restart|monitor|email-test|details|backup|console|debug|install|map-compressor}" exit 1;; esac exit @@ -178,4 +184,4 @@ elif [ "${engine}" == "unreal" ]; then fn_getopt_unreal else fn_getopt_generic -fi +fi \ No newline at end of file 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..a325095c9 100644 --- a/functions/fn_install_serverfiles +++ b/functions/fn_install_serverfiles @@ -1,8 +1,8 @@ #!/bin/bash # LGSM fn_install_serverfiles function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 210115 +# Website: http://gameservermanagers.com +# Version: 050515 fn_steaminstallcommand(){ counter="0" @@ -27,10 +27,16 @@ while [ "${counter}" == "0" ]||[ "$(grep -wc 0x402 .fn_install_serverfiles.tmp)" rm -rf "${rootdir}/steamcmd" fn_check_steamcmd fi + + # Detects if unbuffer command is available. + if [ $(command -v unbuffer) ]; then + unbuffer=unbuffer + fi + if [ "${counter}" -le "4" ]; then - ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" +quit |tee .fn_install_serverfiles.tmp + ${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" +quit |tee .fn_install_serverfiles.tmp elif [ "${counter}" -ge "5" ]; then - ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" -validate +quit |tee .fn_install_serverfiles.tmp + ${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" -validate +quit |tee .fn_install_serverfiles.tmp fi elif [ "${counter}" -ge "11" ]; then fn_printfailurenl "SteamCMD did not complete the download, too many retrys" @@ -45,7 +51,7 @@ if [ "${engine}" == "goldsource" ]; then counter="0" while [ "${counter}" -le "4" ]; do counter=$((counter+1)) - ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" -validate +quit |tee .fn_install_serverfiles.tmp + ${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" -validate +quit |tee .fn_install_serverfiles.tmp done fi rm -f .fn_install_serverfiles.tmp diff --git a/functions/fn_install_steamcmd b/functions/fn_install_steamcmd index 3c551dbb8..852bd652e 100644 --- a/functions/fn_install_steamcmd +++ b/functions/fn_install_steamcmd @@ -1,7 +1,7 @@ #!/bin/bash # LGSM fn_check_steamcmd function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk +# Website: http://gameservermanagers.com # Version: 210115 # Description: Downloads SteamCMD on install and checks if missing before running functions that require SteamCMD @@ -15,7 +15,7 @@ sleep 1 cd "steamcmd" if [ ! -f steamcmd.sh ]; then echo -e "downloading steamcmd_linux.tar.gz...\c" - wget -N --no-check-certificate /dev/null http://media.steampowered.com/client/steamcmd_linux.tar.gz 2>&1 | grep -F HTTP | cut -c45-| uniq + wget -N /dev/null http://media.steampowered.com/client/steamcmd_linux.tar.gz 2>&1 | grep -F HTTP | cut -c45-| uniq tar --verbose -zxf steamcmd_linux.tar.gz rm -v steamcmd_linux.tar.gz chmod +x steamcmd.sh 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..91e743e32 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" @@ -10,7 +10,7 @@ cd "${rootdir}" mkdir -pv "${filesdir}" cd "${filesdir}" if [ ! -f dedicatedserver3339-bonuspack.zip ]; then - wget http://danielgibbs.co.uk/wp-content/uploads/ut2004/dedicatedserver3339-bonuspack.zip + wget http://gameservermanagers.com/files/ut2004/dedicatedserver3339-bonuspack.zip else echo "dedicatedserver3339-bonuspack.zip already downloaded!" fi @@ -31,7 +31,7 @@ else echo "MD5 checksum: PASSED" fi if [ ! -f ut2004-lnxpatch3369-2.tar.bz2 ]; then - wget http://danielgibbs.co.uk/wp-content/uploads/ut2004/ut2004-lnxpatch3369-2.tar.bz2 + wget http://gameservermanagers.com/files/ut2004/ut2004-lnxpatch3369-2.tar.bz2 else echo "ut2004-lnxpatch3369-2.tar.bz2 already downloaded!" fi 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..1ae92c090 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" @@ -10,7 +10,7 @@ cd "${rootdir}" mkdir -pv "${filesdir}" cd "${filesdir}" if [ ! -f ut-server-436.tar.gz ]; then - wget http://danielgibbs.co.uk/wp-content/uploads/ut-server-436.tar.gz + wget http://gameservermanagers.com/files/ut99/ut-server-436.tar.gz else echo "ut-server-436.tar.gz already downloaded!" fi @@ -31,7 +31,7 @@ else echo "MD5 checksum: PASSED" fi if [ ! -f UTPGPatch451.tar.bz2 ]; then - wget http://danielgibbs.co.uk/wp-content/uploads/UTPGPatch451.tar.bz2 + wget http://gameservermanagers.com/files/ut99/UTPGPatch451.tar.bz2 else echo "UTPGPatch451.tar.bz2 already downloaded!" fi 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 6518eeaa1..28c5a16a7 100644 --- a/functions/fn_logs +++ b/functions/fn_logs @@ -1,8 +1,8 @@ #!/bin/bash # LGSM fn_logs function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 080214 +# Website: http://gameservermanagers.com +# Version: 260415 # Description: Acts as a log rotater, removing old logs. @@ -14,7 +14,7 @@ if [ -n "${consolelog}" ]; then fi fi # log manager will active if finds logs older than ${logdays} -if [ $(find "${scriptlogdir}"/* -mtime +${logdays}|wc -l) -ne "0" ]; then +if [ $(find "${scriptlogdir}"/ -mtime +${logdays}|wc -l) -ne "0" ]; then fn_printdots "Starting" sleep 1 fn_printok "Starting" @@ -25,36 +25,38 @@ if [ $(find "${scriptlogdir}"/* -mtime +${logdays}|wc -l) -ne "0" ]; then fn_scriptlog "Removing logs older than ${logdays} days" sleep 1 echo -en "\n" - if [ "${engine}" == "unreal2" ]; then - find "${gamelogdir}"/* -mtime +${logdays}|tee >> "${scriptlog}" + if [ "${engine}" == "unreal2" ]||[ "${engine}" == "source" ]; then + find "${gamelogdir}"/ -mtime +${logdays}|tee >> "${scriptlog}" fi - find "${scriptlogdir}"/* -mtime +${logdays}|tee >> "${scriptlog}" + find "${scriptlogdir}"/ -mtime +${logdays}|tee >> "${scriptlog}" if [ -n "${consolelog}" ]; then - find "${consolelogdir}"/* -mtime +${logdays}|tee >> "${scriptlog}" + find "${consolelogdir}"/ -mtime +${logdays}|tee >> "${scriptlog}" fi - if [ "${engine}" == "unreal2" ]; then - gamecount=$(find "${scriptlogdir}"/* -mtime +${logdays}|wc -l) + if [ "${engine}" == "unreal2" ]||[ "${engine}" == "source" ]; then + gamecount=$(find "${scriptlogdir}"/ -mtime +${logdays}|wc -l) fi - scriptcount=$(find "${scriptlogdir}"/* -mtime +${logdays}|wc -l) + scriptcount=$(find "${scriptlogdir}"/ -mtime +${logdays}|wc -l) echo "${consolelog}" if [ -n "${consolelog}" ]; then - consolecount=$(find "${consolelogdir}"/* -mtime +${logdays}|wc -l) + consolecount=$(find "${consolelogdir}"/ -mtime +${logdays}|wc -l) else consolecount=0 fi count=$((${scriptcount} + ${consolecount})) - if [ "${engine}" == "unreal2" ]; then + if [ "${engine}" == "unreal2" ]||[ "${engine}" == "source" ]; then count=$((${scriptcount} + ${consolecount} + ${gamecount})) else count=$((${scriptcount} + ${consolecount})) fi - if [ "${engine}" == "unreal2" ]; then - find "${gamelogdir}"/* -mtime +${logdays} -exec rm {} \; + + + if [ "${engine}" == "unreal2" ]||[ "${engine}" == "source" ]; then + find "${gamelogdir}"/ -mtime +${logdays} -exec rm {} \; fi - find "${scriptlogdir}"/* -mtime +${logdays} -exec rm {} \; + find "${scriptlogdir}"/ -mtime +${logdays} -exec rm {} \; if [ -n "${consolelog}" ]; then - find "${consolelogdir}"/* -mtime +${logdays} -exec rm {} \; + find "${consolelogdir}"/ -mtime +${logdays} -exec rm {} \; fi fn_printok "Removed ${count} log files" fn_scriptlog "Removed ${count} log files" 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..c98bbae1b 100644 --- a/functions/fn_start +++ b/functions/fn_start @@ -1,8 +1,8 @@ #!/bin/bash # LGSM fn_start function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 220415 +# Website: http://gameservermanagers.com +# Version: 070515 # Description: Starts the server. @@ -119,26 +119,33 @@ else fi sleep 1 tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -Ec "^${servicename}:") - # If the server fails to start if [ "${tmuxwc}" -eq 0 ]; then fn_printfail "Unable to start ${servername}" fn_scriptlog "Unable to start ${servername}" sleep 1 if [ -s "${scriptlogdir}/.${servicename}-tmux-error.tmp" ]; then - fn_printfail "Unable to start ${servername}: Tmux returned the following error:" - fn_scriptlog "tmux returned the following error" + fn_printfail "Unable to start ${servername}: Tmux error:" + fn_scriptlog "Tmux error" sleep 1 echo -en "\n" echo "" + echo "Command" + echo "=================================" + echo "tmux new-session -d -s ${servicename} "${executable} ${parms}"" + echo "tmux new-session -d -s ${servicename} "${executable} ${parms}"" >> "${scriptlog}" + echo "" + echo "Error" + echo "=================================" cat "${scriptlogdir}/.${servicename}-tmux-error.tmp" cat "${scriptlogdir}/.${servicename}-tmux-error.tmp" >> "${scriptlog}" - sleep 1 - echo "" + # Detected error http://gameservermanagers.com/issues if [ $(grep -c "Operation not permitted" "${scriptlogdir}/.${servicename}-tmux-error.tmp") ];then + echo "" + echo "Fix" + echo "=================================" if [ ! $(grep "tty:" /etc/group|grep "$(whoami)") ];then - echo "=================================" echo "$(whoami) is not part of the tty group." fn_scriptlog "$(whoami) is not part of the tty group." group=$(grep tty /etc/group) @@ -152,16 +159,9 @@ if [ "${tmuxwc}" -eq 0 ]; then echo "" echo "http://gameservermanagers.com/tmux-op-perm" fn_scriptlog "http://gameservermanagers.com/tmux-op-perm" - echo "=================================" else - echo "$(whoami) is part of the tty group." - group=$(grep tty /etc/group) - echo "" - echo " ${group}" - fn_scriptlog "${group}" - echo "" - echo "No known fix currently." - fn_scriptlog "No known fix currently." + echo "No known fix currently. Please log an issue." + fn_scriptlog "No known fix currently. Please log an issue." echo "http://gameservermanagers.com/issues" fn_scriptlog "http://gameservermanagers.com/issues" fi @@ -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 e18be49f2..2e46fa376 100644 --- a/functions/fn_update_check +++ b/functions/fn_update_check @@ -1,8 +1,8 @@ #!/bin/bash # LGSM fn_update_check function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 220415 +# Website: http://gameservermanagers.com +# Version: 080515 # Description: Checks if a server update is available. @@ -72,7 +72,8 @@ sleep 1 fn_printok "Checking for update: Server logs" fn_scriptlog "Checking for update: Server logs" sleep 1 -requestrestart=$(grep -sc "MasterRequestRestart" "${consolelog}") +requestrestart=$(grep -Ec "MasterRequestRestart" "${consolelog}") +echo "${requestrestart}" if [ "${requestrestart}" -ge "1" ]; then fn_printoknl "Server requesting update" sleep 1 @@ -111,7 +112,7 @@ currentbuild=$(grep buildid "${appmanifestfile}" | tr '[:blank:]"' ' ' | tr -s ' # Gets availablebuild info cd "${rootdir}/steamcmd" -availablebuild=$(./steamcmd.sh +login "${steamuser}" "${steampass}" +app_info_print "${appid}" +app_info_print "${appid}" +quit | grep -EA 1000 "^\s+\"branches\"$" | grep -EA 5 "^\s+\"public\"$" | grep -m 1 -EB 10 "^\s+}$" | grep -E "^\s+\"buildid\"\s+" | tr '[:blank:]"' ' ' | tr -s ' ' | cut -d\ -f3) +availablebuild=$(./steamcmd.sh +login "${steamuser}" "${steampass}" +app_info_update 1 +app_info_print "${appid}" +app_info_print "${appid}" +quit | grep -EA 1000 "^\s+\"branches\"$" | grep -EA 5 "^\s+\"public\"$" | grep -m 1 -EB 10 "^\s+}$" | grep -E "^\s+\"buildid\"\s+" | tr '[:blank:]"' ' ' | tr -s ' ' | cut -d\ -f3) if [ -z "${availablebuild}" ]; then fn_printfail "Checking for update: SteamCMD" fn_scriptlog "Failure! Checking for update: SteamCMD" @@ -283,8 +284,9 @@ fi fn_printdots "Checking for update" if [ "${gamename}" == "Teamspeak 3" ]; then fn_teamspeak3_check -elif [ "${engine}" == "goldsource" ]; then +elif [ "${engine}" == "goldsource" ]||[ "${forceupdate}" == "1" ]; then # Goldsource servers bypass checks as fn_steamcmdcheck does not work for appid 90 servers. + # forceupdate bypasses checks tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -v failed|grep -Ec "^${servicename}:") if [ "${tmuxwc}" -eq 1 ]; then fn_stop diff --git a/functions/fn_update_dl b/functions/fn_update_dl index 6a0165b67..49636489f 100644 --- a/functions/fn_update_dl +++ b/functions/fn_update_dl @@ -1,8 +1,8 @@ #!/bin/bash # LGSM fn_update_dl function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 150315 +# Website: http://gameservermanagers.com +# Version: 050515 # Description: Runs a server update. @@ -20,7 +20,13 @@ fn_scriptlog "Updating ${servername}" sleep 1 cd "${rootdir}" cd "steamcmd" -./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" +quit|tee -a "${scriptlog}" + +# Detects if unbuffer command is available. +if [ $(command -v unbuffer) ]; then + unbuffer=unbuffer +fi + +${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" +quit|tee -a "${scriptlog}" } fn_teamspeak3_dl(){ @@ -35,7 +41,7 @@ sleep 1 cd "${rootdir}" echo -e "downloading teamspeak3-server_linux-${ts3arch}-${availablebuild}.tar.gz...\c" fn_scriptlog "Downloading teamspeak3-server_linux-${ts3arch}-${availablebuild}.tar.gz" -wget -N --no-check-certificate /dev/null http://dl.4players.de/ts/releases/${ts3_version_number}/teamspeak3-server_linux-${ts3arch}-${ts3_version_number}.tar.gz 2>&1 | grep -F HTTP | cut -c45-| uniq +wget -N /dev/null http://dl.4players.de/ts/releases/${ts3_version_number}/teamspeak3-server_linux-${ts3arch}-${ts3_version_number}.tar.gz 2>&1 | grep -F HTTP | cut -c45-| uniq sleep 1 echo -e "extracting teamspeak3-server_linux-${ts3arch}-${availablebuild}.tar.gz...\c" fn_scriptlog "Extracting teamspeak3-server_linux-${ts3arch}-${availablebuild}.tar.gz" diff --git a/functions/fn_validate b/functions/fn_validate index 484666019..1c928f650 100644 --- a/functions/fn_validate +++ b/functions/fn_validate @@ -1,8 +1,8 @@ #!/bin/bash # LGSM fn_validate function # Author: Daniel Gibbs -# Website: http://danielgibbs.co.uk -# Version: 150415 +# Website: http://gameservermanagers.com +# Version: 050515 # Description: Runs a server validation. @@ -22,7 +22,12 @@ fn_scriptlog "Checking server files" sleep 1 cd "${rootdir}" cd "steamcmd" -./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" validate +quit|tee -a "${scriptlog}" + +if [ $(command -v unbuffer) ]; then + unbuffer=unbuffer +fi + +${unbuffer} ./steamcmd.sh +login "${steamuser}" "${steampass}" +force_install_dir "${filesdir}" +app_update "${appid}" validate +quit|tee -a "${scriptlog}" fn_scriptlog "Checking complete" }