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:
parent
4ee2a8a29a
commit
8b69834669
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ in
|
|||
mkdir -p ${cfg.anonymousUserHome}
|
||||
chown -R ftp:ftp ${cfg.anonymousUserHome}
|
||||
'' else ""}
|
||||
}
|
||||
'';
|
||||
|
||||
exec = "${vsftpd}/sbin/vsftpd /etc/vsftpd.conf";
|
||||
|
|
Loading…
Reference in a new issue