mirror of https://github.com/MISP/misp-docker
Fix crontab installation
parent
66d7a941a4
commit
3c9736b8c7
|
@ -119,8 +119,8 @@ Don't forget:
|
||||||
__WELCOME__
|
__WELCOME__
|
||||||
|
|
||||||
#Add crontab to sync data from remote servers
|
#Add crontab to sync data from remote servers
|
||||||
service crontab start
|
service cron start
|
||||||
{ crontab -l; echo "0 * * * * /var/www/MISP/app/Console/cake Server pullAll 2 update"; } | crontab -l
|
{ crontab -l 2>/dev/null || true; echo "0 * * * * /var/www/MISP/app/Console/cake Server pullAll 2 update"; } | crontab -
|
||||||
|
|
||||||
rm -f /.firstboot.tmp
|
rm -f /.firstboot.tmp
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue