mirror of
https://github.com/luzifer-docker/sftp-share.git
synced 2024-11-09 11:40:02 +00:00
Do not fork to background
This commit is contained in:
parent
5343a71b13
commit
32feba1013
1 changed files with 1 additions and 1 deletions
2
start.sh
2
start.sh
|
@ -9,4 +9,4 @@ fi
|
|||
|
||||
useradd -d /data -m -p ${ENC_PASS} -u 1000 -s /bin/false ${USER}
|
||||
|
||||
exec /usr/sbin/sshd
|
||||
exec /usr/sbin/sshd -D
|
||||
|
|
Loading…
Reference in a new issue