Skip to content

Commit

Permalink
Merge pull request #1589 from ioannidesalex/patch-33
Browse files Browse the repository at this point in the history
vsftpd / fail2ban Fix
  • Loading branch information
serghey-rodin committed Jun 1, 2018
2 parents 497b7c5 + 7a28629 commit 90a6057
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions install/vst-install-ubuntu.sh
Expand Up @@ -943,6 +943,12 @@ done

if [ "$vsftpd" = 'yes' ]; then
cp -f $vestacp/vsftpd/vsftpd.conf /etc/
touch /var/log//vsftpd.log
chown root:adm /var/log/vsftpd.log
chmod 640 /var/log/vsftpd.log
touch /var/log/xferlog
chown root:adm /var/log/xferlog
chmod 640 /var/log/xferlog
update-rc.d vsftpd defaults
service vsftpd start
check_result $? "vsftpd start failed"
Expand Down

0 comments on commit 90a6057

Please sign in to comment.