From f41a184e36c062b0ee53bfaa1443290f1cb928a4 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 22 Mar 2021 11:07:44 +0100 Subject: [PATCH] - Add crontab for pulling data of different servers --- web/run.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/web/run.sh b/web/run.sh index caf7086..dee321c 100755 --- a/web/run.sh +++ b/web/run.sh @@ -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