ソースを参照

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