Update so reboot pulls the newest code

Added a git pull in case it's not a first boot.
Steven Goossens 2020-06-01 22:05:32 +02:00 committed by GitHub
parent ec5905489e
commit 05cb030a26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -144,6 +144,9 @@ __WELCOME__
rm -f /.firstboot.tmp
fi
else
git pull /var/www/MISP
# Make MISP live - this isn't ideal, as it means taking an instance
# non-live will make it live again if the container restarts. That seems
# better than the default which is that MISP is non-live on container restart.