I have a crond job running that I created with crontab -e which works fine.
cron job
*/15 * * * * /mnt/sda1/myscript > /dev/null 2>&1
However, when I exit out of x to the tc command prompt (or bootup using "text") I see that every time crond executes the cron job it outputs a message to the terminal and then "hangs" requiring a cnt c to regain the terminal prompt.
Message
crond [5817]: USER root pid 6130 cmd /mnt/sda1/myscript > /dev/null 2>&1
How do I correct this behavior?