|
@ -21,6 +21,8 @@ if [ "${gamename}" == "TeamSpeak 3" ]; then |
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
elif [ "${gamename}" == "Mumble" ]; then |
|
|
elif [ "${gamename}" == "Mumble" ]; then |
|
|
|
|
|
# Get config info |
|
|
|
|
|
info_config.sh |
|
|
# 1: Server is listening |
|
|
# 1: Server is listening |
|
|
# 0: Server is not listening, considered closed |
|
|
# 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 }') |
|
|
mumblepid=$(netstat -nap 2>/dev/null | grep udp | grep ${port} | grep murmur | awk '{ print $6 }' | awk -F'/' '{ print $1 }') |
|
|