Disable e-mail confirmation on cron job execution Print

  • 1

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.


Was this answer helpful?

« Back

Powered by WHMCompleteSolution