Daniel Gibbs 10 년 전
부모
커밋
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