From 31c6bc6f96d49da7ad43c1cb3ddd039af84b3bf5 Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 30 Jun 2020 16:31:22 +0000 Subject: [PATCH] fix crontab --- iso/installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso/installer/install.sh b/iso/installer/install.sh index 0861b192..719d745f 100755 --- a/iso/installer/install.sh +++ b/iso/installer/install.sh @@ -167,7 +167,7 @@ myDEL_HOUR=$(($myRANDOM_HOUR+1)) myPULL_HOUR=$(($myRANDOM_HOUR-2)) myCRONJOBS=" # Check if updated images are available and download them -$myRANDOM_MINUTE $myPULL_HOUR * * root docker-compose -f /opt/tpot/etc/tpot.yml pull +$myRANDOM_MINUTE $myPULL_HOUR * * * root docker-compose -f /opt/tpot/etc/tpot.yml pull # Delete elasticsearch logstash indices older than 90 days $myRANDOM_MINUTE $myDEL_HOUR * * * root curator --config /opt/tpot/etc/curator/curator.yml /opt/tpot/etc/curator/actions.yml