Fix crontab
authorPeter Palfrader <peter@palfrader.org>
Sat, 25 Feb 2012 11:38:45 +0000 (12:38 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sat, 25 Feb 2012 11:38:45 +0000 (12:38 +0100)
dsa-nagios-checks/debian/cron.d

index 77520aa..3d0e2c1 100644 (file)
@@ -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: