From 8c0f2b967cc969d2b11f80d1cf0a5e487c7581d9 Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Wed, 19 Oct 2016 20:27:23 +0200 Subject: [PATCH] get info_config.sh to run #1136 needed to get the port --- lgsm/functions/check_status.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lgsm/functions/check_status.sh b/lgsm/functions/check_status.sh index 08017c301..4a8a381b4 100644 --- a/lgsm/functions/check_status.sh +++ b/lgsm/functions/check_status.sh @@ -21,6 +21,8 @@ if [ "${gamename}" == "TeamSpeak 3" ]; then fi elif [ "${gamename}" == "Mumble" ]; then + # Get config info + info_config.sh # 1: Server is listening # 0: Server is not listening, considered closed mumblepid=$(netstat -nap 2>/dev/null | grep udp | grep ${port} | grep murmur | awk '{ print $6 }' | awk -F'/' '{ print $1 }')