To disable the confirmation e-mail after a cron job has been executed, add the following line of code after your command:
&> /dev/null
Now the e-mail confirmation is trashed immediately when your cron job is executed.
To disable the confirmation e-mail after a cron job has been executed, add the following line of code after your command:
&> /dev/null
Now the e-mail confirmation is trashed immediately when your cron job is executed.
Powered by WHMCompleteSolution