Schedule full event sync instead of update

Steven 2021-03-24 16:33:45 +01:00
parent 08a0deafae
commit e781d3b728
1 changed files with 1 additions and 1 deletions

View File

@ -120,7 +120,7 @@ __WELCOME__
#Add crontab to sync data from remote servers
service cron start
{ crontab -l 2>/dev/null || true; echo "0 * * * * /var/www/MISP/app/Console/cake Server pullAll 2 update"; } | crontab -
{ crontab -l 2>/dev/null || true; echo "0 * * * * /var/www/MISP/app/Console/cake Server pullAll 2 full"; } | crontab -
rm -f /.firstboot.tmp
fi