On Tue 19 Jun 2012, Terry wrote:

> On one of the servers I can't seem too get dirvish-runall too work.
> If I run it from cron if runs and I get an email  like so
> 
> 
> 11:39:00 dirvish --vault myvault
> 11:39:00 done
> 
> but no directory is created.
> 
> 
> 
> If I run this manually it works fine

I'm guessing that the dirvish command can't be found when run by cron,
due to a different PATH environment variable.

Either set PATH explicitly in your cronjob or put the full path to
dirvish in the cronjob.

Why you're not seeing any (error) output is a different question, but as
you give quite little info I wouldn't be surprised if you're redirecting
stderr to /dev/null or something similar.


Paul
_______________________________________________
Dirvish mailing list
[email protected]
http://www.dirvish.org/mailman/listinfo/dirvish

Reply via email to