mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05:00
Log to stderr (issue #24)
This commit is contained in:
parent
8f364f68ee
commit
9c63c2d806
1 changed files with 1 additions and 1 deletions
|
@ -128,4 +128,4 @@ if [ -d /etc/sftp.d ]; then
|
|||
unset f
|
||||
fi
|
||||
|
||||
exec /usr/sbin/sshd -D
|
||||
exec /usr/sbin/sshd -D -e
|
||||
|
|
Loading…
Reference in a new issue