소스 검색

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