瀏覽代碼

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