From 2c12d2165e9d62b92bfe7695410c6bf539c8a4d4 Mon Sep 17 00:00:00 2001 From: stevengoossensB Date: Mon, 10 Feb 2020 21:58:22 +0100 Subject: [PATCH] Add startup of sshd daemon --- web/run.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web/run.sh b/web/run.sh index 304dd37..dd03ea6 100755 --- a/web/run.sh +++ b/web/run.sh @@ -10,11 +10,13 @@ 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)" export DEBIAN_FRONTEND=noninteractive - + # If the user uses a mount point restore our files if [ ! -d /var/www/MISP/app ]; then echo "Restoring MISP files..."