浏览代码

Update ip-generator.sh

minor bug fix
Deben Oldert 11 年之前
父节点
当前提交
e233a53f43
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      captiveportal/firewall/ip-generator.sh

+ 1 - 1
captiveportal/firewall/ip-generator.sh

@@ -43,7 +43,7 @@ do
 			do
    				#echo "$a.$b.$c.$d"
    				#Put new line with ip in users file
-   				echo -e "$a.$b.$c.$d\r\n" >> /users
+   				echo -e "$a.$b.$c.$d" >> /users
    				#Ad 1 for the counter
    				i=$((i+1))
 			done