From 52cd10de943dc753c50d013447b3e5f0697a322e Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 25 Feb 2012 12:38:45 +0100 Subject: [PATCH] Fix crontab --- dsa-nagios-checks/debian/cron.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsa-nagios-checks/debian/cron.d b/dsa-nagios-checks/debian/cron.d index 77520aa..3d0e2c1 100644 --- a/dsa-nagios-checks/debian/cron.d +++ b/dsa-nagios-checks/debian/cron.d @@ -5,5 +5,5 @@ 13 */4 * * * root [ -x /usr/sbin/dsa-update-samhain-status ] && /usr/sbin/dsa-update-samhain-status SHELL=bash -4 4 25 * * root [ -x /usr/sbin/dsa-update-unowned-file-status ] && sleep $(( $RANDOM %% 86400 )) && /usr/sbin/dsa-update-unowned-file-status +4 4 25 * * root [ -x /usr/sbin/dsa-update-unowned-file-status ] && sleep $(( $RANDOM \% 86400 )) && /usr/sbin/dsa-update-unowned-file-status # vim:ft=crontab: -- 2.20.1