fix for aditional ftp accounts

This commit is contained in:
Serghey Rodin 2016-12-08 16:20:48 +02:00
commit 039a989fb2
5 changed files with 11 additions and 2 deletions

View file

@ -886,6 +886,9 @@ if [ "$vsftpd" = 'yes' ]; then
update-rc.d vsftpd defaults
service vsftpd start
check_result $? "vsftpd start failed"
# To be deleted after release 0.9.8-18
echo "/sbin/nologin" >> /etc/shells
fi