Disable Cron Mail Alerts
The simplest way to prevent Cron jobs from sending mail is to redirect the output to /dev/null
For example
my-download-script.sh >/dev/null 2>&1
The simplest way to prevent Cron jobs from sending mail is to redirect the output to /dev/null
For example
my-download-script.sh >/dev/null 2>&1