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