Bläddra i källkod

Fix for ProFTPD in CentOS

own3mall 9 år sedan
förälder
incheckning
a177412d75
1 ändrade filer med 1 tillägg och 1 borttagningar
  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