|
@@ -8,7 +8,7 @@
|
|
|
local commandname="CHECK"
|
|
local commandname="CHECK"
|
|
|
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
|
|
local function_selfname="$(basename $(readlink -f "${BASH_SOURCE[0]}"))"
|
|
|
|
|
|
|
|
-if [ "${gamename}" != "TeamSpeak 3" ]; then
|
|
|
|
|
|
|
+if [ "${gamename}" != "TeamSpeak 3" ] && [ "${gamename}" != "Mumble" ]; then
|
|
|
if [ ! -f "/bin/ip" ]; then
|
|
if [ ! -f "/bin/ip" ]; then
|
|
|
ipcommand="/sbin/ip"
|
|
ipcommand="/sbin/ip"
|
|
|
else
|
|
else
|