- Add crontab for pulling data of different servers

Steven 2021-03-22 11:07:44 +01:00
parent e549511553
commit f41a184e36
1 changed files with 5 additions and 0 deletions

View File

@ -117,6 +117,11 @@ Don't forget:
- Change the MISP admin email address to $MISP_ADMIN_EMAIL
__WELCOME__
#Add crontab to sync data from remote servers
service crontab start
{ crontab -l; echo "0 * * * * /var/www/MISP/app/Console/cake Server pullAll 2 update"; } | crontab -l
rm -f /.firstboot.tmp
fi