We have cron run scripts that are in some protected directories (htaccess basic auth). When cron sends out the email for these jobs it also sends out the PW and username since it has to be included in the curl command. Is there a way to prevent this or do I need to silence cron to dev null and just write my own email results (which is too bad because I like to see all of the cron stats).
Thanks!
Thanks!