From bd4574a6a4a5ea4b0d8b243e0dbe2003a7615925 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 31 May 2015 14:25:05 +0100 Subject: [PATCH] removed fn_check_steamcmd from mumbleserver --- functions/fn_start | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/functions/fn_start b/functions/fn_start index c5946714d..3fd125fa9 100644 --- a/functions/fn_start +++ b/functions/fn_start @@ -2,7 +2,7 @@ # LGSM fn_start function # Author: Daniel Gibbs # Website: http://gameservermanagers.com -# Version: 240515 +# Version: 310515 # Description: Starts the server. @@ -84,7 +84,9 @@ fn_printdots "${servername}" fn_scriptlog "${servername}" sleep 1 fn_check_tmux -fn_check_steamcmd +if [ "${gamename}" != "Mumble" ]; then + fn_check_steamcmd +fi tmuxwc=$(tmux list-sessions 2>&1|awk '{print $1}'|grep -v failed|grep -Ec "^${servicename}:") if [ "${tmuxwc}" -eq 0 ]; then fn_scriptlog "Rotating log files" @@ -185,4 +187,4 @@ if [ "${gamename}" == "Teamspeak 3" ]; then fn_start_teamspeak3 else fn_start_tmux -fi +fi \ No newline at end of file