diff --git a/functions/check_ip.sh b/functions/check_ip.sh index 2d162fbb5..c8235b0c9 100644 --- a/functions/check_ip.sh +++ b/functions/check_ip.sh @@ -9,7 +9,7 @@ lgsm_version="271215" if [ "${gamename}" == "Teamspeak 3" ]; then : -elif +else if [ ! -f "/bin/ip" ]; then ipcommand="/sbin/ip" else