Skip to content

Commit e842e32

Browse files
authored
Fix vsftpd(en) docs for chroot_local_user typo (#2872)
1 parent 19d0f73 commit e842e32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/file_sharing/secure_ftp_server_vsftpd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Ensure that "write_enable" is yes also:
7878
write_enable=YES
7979
```
8080

81-
Find the line to "chroot_local_users" and remove the remark. Add two lines after that shown here:
81+
Find the line to "chroot_local_user" and remove the remark. Add two lines after that shown here:
8282

8383
```bash
8484
chroot_local_user=YES

0 commit comments

Comments
 (0)