Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
glftpd-scripts committed Nov 8, 2014
1 parent 41d8805 commit de11b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/README.foo-pre
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ installation;
"cp foo-pre /glftpd/bin/; cp pre.cfg /glftpd/etc/"

* Set correct permissions on foo-pre, it needs setuid bit set.
"chown root /gfltpd/bin/foo-pre; chmod 4711 /glftpd/bin/foo-pre"
"chown root /glftpd/bin/foo-pre; chmod 4711 /glftpd/bin/foo-pre"

* Add foo-pre in your glftpd.conf.
"site_cmd PRE EXEC /bin/foo-pre"
Expand Down

0 comments on commit de11b6a

Please sign in to comment.