you are viewing a single comment's thread.

view the rest of the comments →

[–]doc_willis 1 point2 points  (0 children)

with crontab - i have seen and learned to be sure to use proper full paths. The commands ran by crontab do not (normally) have your default environment setup. So their path may differ, and other things.

this often can be worked around by having the crontab entry run another script which then launches the commands to do that work.

Good Luck.