소스 검색

Fix for ProFTPD in CentOS

own3mall 9 년 전
부모
커밋
a177412d75
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      agent_conf.sh

+ 1 - 1
agent_conf.sh

@@ -475,7 +475,7 @@ then
 									fi
 								else
 									echo -e "AuthOrder  mod_auth_file.c" >> ${proFTPdConfFile}
-								fi								
+								fi	
 
 								if egrep -iq "RequireValidShell.*" ${proFTPdConfFile}
 								then