Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefix bin/console with php for cron entry documentation #14

Closed
kbond opened this issue Jul 14, 2020 · 0 comments
Closed

Prefix bin/console with php for cron entry documentation #14

kbond opened this issue Jul 14, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@kbond
Copy link
Member

kbond commented Jul 14, 2020

Change:

* * * * * cd /path-to-your-project && bin/console schedule:run >> /dev/null 2>&1

To:

* * * * * cd /path-to-your-project && php bin/console schedule:run >> /dev/null 2>&1

(ref #12)

@kbond kbond added the documentation Improvements or additions to documentation label Jul 14, 2020
@kbond kbond closed this as completed in bc6bccd Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Development

No branches or pull requests

1 participant