mirror of https://github.com/MISP/misp-docker
Add startup of sshd daemon
parent
923b6278ee
commit
2c12d2165e
|
@ -10,6 +10,8 @@
|
|||
|
||||
set -e
|
||||
|
||||
/usr/sbin/sshd
|
||||
|
||||
if [ -r /.firstboot.tmp ]; then
|
||||
echo "Container started for the fist time. Setup might time a few minutes. Please wait..."
|
||||
echo "(Details are logged in /tmp/install.log)"
|
||||
|
|
Loading…
Reference in New Issue