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