|
crontab issue
Hi
I have a crontab:
0 6 * * * cd /path/to/file
which is supposed to execute every morning at 6:00
problem is, for some reason, it executes every minute for 60 minutes... strange.
what am I doing wrong? no other crontabs exist pointing to this file
|