Просмотр исходного кода

Adding PATH necessary to find the attic binary.

Dan Helfman 11 лет назад
Родитель
Сommit
84922c7232
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      sample/atticmatic.cron

+ 1 - 1
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