Fix crontab installation

Steven 2021-03-23 21:37:47 +01:00
parent 66d7a941a4
commit 3c9736b8c7
1 changed files with 2 additions and 2 deletions

View File

@ -119,8 +119,8 @@ Don't forget:
__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
service cron start
{ crontab -l 2>/dev/null || true; echo "0 * * * * /var/www/MISP/app/Console/cake Server pullAll 2 update"; } | crontab -
rm -f /.firstboot.tmp
fi