Skip to content

Commit

Permalink
* Corrected the run behaviour of the hook and send the tcpserver bina…
Browse files Browse the repository at this point in the history
…ry to the background.
  • Loading branch information
grazzolini committed Aug 3, 2015
1 parent 4eca632 commit a7e4743
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tinyssh_hook
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ run_hook ()
mount -t devpts devpts /dev/pts

echo "Starting tinyssh"
/usr/bin/tcpserver -HRDl0 0.0.0.0 22 /usr/sbin/tinysshd -v /etc/tinyssh/sshkeydir
/usr/bin/tcpserver -HRDl0 0.0.0.0 22 /usr/sbin/tinysshd -v /etc/tinyssh/sshkeydir &
}

run_cleanuphook ()
Expand Down

0 comments on commit a7e4743

Please sign in to comment.