From 57cbdcee6002372c2045926c7b19a948eed2a475 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 28 Dec 2015 16:41:23 +0000 Subject: [PATCH] else --- functions/check_ip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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