Daniel Gibbs il y a 10 ans
Parent
commit
57cbdcee60
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      functions/check_ip.sh

+ 1 - 1
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