Skip to content

Commit 2826022

Browse files
committed
Prevent container from erroneously exiting immediately.
1 parent 4583639 commit 2826022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ "$(ls -A /git-server/repos/)" ]; then
2626
find . -type d -exec chmod g+s '{}' +
2727
fi
2828

29-
/usr/sbin/sshd
29+
/usr/sbin/sshd -D &
3030

3131
child=$!
3232
wait "$child"

0 commit comments

Comments
 (0)