*/5 * * * * /usr/bin/php -q /path/to/cron.php > /dev/null &Originally Posted by karlmay
The last part > /dev/null & will disable any email.
If you removed that part, it will send you one email for every 5 minutes.
*/5 * * * * /usr/bin/php -q /path/to/cron.php > /dev/null &Originally Posted by karlmay
The last part > /dev/null & will disable any email.
If you removed that part, it will send you one email for every 5 minutes.
Bookmarks