Skip to content

Commit

Permalink
Update cron.md (#6229)
Browse files Browse the repository at this point in the history
The original path reference makes no sense now that Drush is site-specific.
  • Loading branch information
miloskroulik authored Feb 14, 2025
1 parent 4252fd2 commit 8cfa065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/cron.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ You should set up crontab to run your cron tasks as the same user that runs the

sudo crontab -u www-data -e

You might need to edit the crontab entry shown above slightly for your particular setup; for example, if you have installed Drush to some directory other than /usr/local/drush, then you will need to adjust the path to drush appropriately. We'll break down the meaning of each section of the crontab entry in the documentation that continues below.
You might need to edit the crontab entry shown above slightly for your particular setup; we'll break down the meaning of each section of the crontab entry in the documentation that continues below.

Setting the schedule
--------------------
Expand Down

0 comments on commit 8cfa065

Please sign in to comment.