mirror of https://github.com/MISP/misp-docker
Add startup of sshd daemon
parent
923b6278ee
commit
2c12d2165e
|
@ -10,11 +10,13 @@
|
||||||
|
|
||||||
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)"
|
||||||
export DEBIAN_FRONTEND=noninteractive
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
# If the user uses a mount point restore our files
|
# If the user uses a mount point restore our files
|
||||||
if [ ! -d /var/www/MISP/app ]; then
|
if [ ! -d /var/www/MISP/app ]; then
|
||||||
echo "Restoring MISP files..."
|
echo "Restoring MISP files..."
|
||||||
|
|
Loading…
Reference in New Issue