Explorar el Código

Fix for ProFTPD in CentOS

own3mall hace 9 años
padre
commit
a177412d75
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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