From deb556b375facf9d3d01057909fba47d16e641d0 Mon Sep 17 00:00:00 2001 From: MAFLO321 Date: Mon, 6 Apr 2015 18:03:29 +0200 Subject: [PATCH 01/60] fix Version check Now Versions are sorted against Name. --- functions/fn_update_check | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_update_check b/functions/fn_update_check index a05c681f5..b5135d61b 100644 --- a/functions/fn_update_check +++ b/functions/fn_update_check @@ -200,7 +200,7 @@ currentbuild=$(cat $(find ./* -name 'ts3server*_0.log' 2> /dev/null | sort | egr ts3arch=$(ls $(find ${filesdir}/ -name 'ts3server_*_*' 2> /dev/null | grep -v 'ts3server_minimal_runscript.sh' | sort | tail -1) | egrep -o '(amd64|x86)' | tail -1) # Gets availablebuild info -wget "http://dl.4players.de/ts/releases/?C=M;O=D" -q -O -| grep -i dir | egrep -o '.*\/<\/a>' | egrep -o '[0-9\.?]+'|uniq > .ts3_version_numbers.tmp +wget "http://dl.4players.de/ts/releases/?C=N;O=D" -q -O -| grep -i dir | egrep -o '.*\/<\/a>' | egrep -o '[0-9\.?]+'|uniq > .ts3_version_numbers.tmp # Finds directory with most recent server version. while read ts3_version_number; do wget --spider -q "http://dl.4players.de/ts/releases/${ts3_version_number}/teamspeak3-server_linux-${ts3arch}-${ts3_version_number}.tar.gz" @@ -271,4 +271,4 @@ if [ "${gamename}" == "Teamspeak 3" ]; then else fn_logupdaterequest fn_steamcmdcheck -fi \ No newline at end of file +fi From 377276947039561f1f5cfb3136cf891712429b00 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Thu, 9 Apr 2015 21:25:34 +0100 Subject: [PATCH 02/60] minor change --- functions/fn_monitor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_monitor b/functions/fn_monitor index 34e2e10c1..f5e7890a4 100644 --- a/functions/fn_monitor +++ b/functions/fn_monitor @@ -2,7 +2,7 @@ # LGSM fn_monitor function # Author: Daniel Gibbs # Website: http://danielgibbs.co.uk -# Version: 080215 +# Version: 230315 # Description: Monitors server by checking for running proccesses # then passes to fn_monitor_query. @@ -66,7 +66,7 @@ if [ ! -f "${lockselfname}" ]; then fn_scriptlog "Disabled: No lock file found" sleep 1 echo -en "\n" - echo "To enable monitor run ${selfname} start" + echo "To enable monitor run ./${selfname} start" exit fi From 3e71dcea92bfabf100f77a547bb9b4a96df7271d Mon Sep 17 00:00:00 2001 From: Zachary Hill Date: Thu, 9 Apr 2015 16:22:49 -0500 Subject: [PATCH 03/60] Updated broken wiki links --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9d63d6bc7..92dd025d8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -

Linux Game Server Managers_ Install

-linux Game Server Managers +

Linux Game Server Managers_ Install

+linux Game Server Managers The Linux Game Server Managers are command line tools for quick, simple deployment and management of various dedicated game servers and voice comms servers.

Main features

@@ -21,13 +21,13 @@ The Linux Game Server Managers are tested to work on the following Linux distros Other distros are likely to work but are not fully tested.

Specific Requirements

FAQ

All FAQ can be found here. -http://wiki.gameservermanagers.com/wiki/FAQ +http://wiki.gameservermanagers.com/index.php?title=FAQ

Donate

If you want to donate to the project you can via PayPal, Flattr or Gratipay. I have had a may kind people show there support by sending me a donation. Any donations you send help cover my server costs and buy me a drink. Cheers!