Daniel Gibbs 10 лет назад
Родитель
Сommit
57cbdcee60
1 измененных файлов с 1 добавлено и 1 удалено
  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