Browse Source

Fix for ProFTPD in CentOS

own3mall 9 năm trước cách đây
mục cha
commit
a177412d75
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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