Fixing a syntax error in the vsftpd module I added in a recent commit.

svn path=/nixos/trunk/; revision=21687
This commit is contained in:
Lluís Batlle i Rossell 2010-05-09 15:38:48 +00:00
parent 4ee2a8a29a
commit 8b69834669

View file

@ -127,7 +127,6 @@ in
mkdir -p ${cfg.anonymousUserHome}
chown -R ftp:ftp ${cfg.anonymousUserHome}
'' else ""}
}
'';
exec = "${vsftpd}/sbin/vsftpd /etc/vsftpd.conf";