We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4583639 commit 2826022Copy full SHA for 2826022
start.sh
@@ -26,7 +26,7 @@ if [ "$(ls -A /git-server/repos/)" ]; then
26
find . -type d -exec chmod g+s '{}' +
27
fi
28
29
-/usr/sbin/sshd
+/usr/sbin/sshd -D &
30
31
child=$!
32
wait "$child"
0 commit comments