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