Add startup of sshd daemon

stevengoossensB 2020-02-10 21:58:22 +01:00 committed by GitHub
parent 923b6278ee
commit 2c12d2165e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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..."