From 48523810ec610d60d78d84557ae44e421460fd13 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 1 Nov 2014 17:46:04 -0700 Subject: [PATCH] Adding PATH necessary to find the attic binary. --- sample/atticmatic.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/atticmatic.cron b/sample/atticmatic.cron index a38e382d8..39bc6bcf0 100644 --- a/sample/atticmatic.cron +++ b/sample/atticmatic.cron @@ -1,3 +1,3 @@ # You can drop this file into /etc/cron.d/ to run atticmatic nightly. -0 3 * * * root /usr/local/bin/atticmatic +0 3 * * * root PATH=$PATH:/usr/local/bin /usr/local/bin/atticmatic