
27th October 2010, 22:25
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,892
Thanks: 693
Thanked 4,188 Times in 3,205 Posts
|
|
Same reason. You have to use the full path for every command that you use in a cronjob. If you dont know the full path, then you can get it with the which command. e.g.
which wget
|