We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi Bruno,
following your documentation to call job via CRON the following error occurred in my DEBIAN setup:
dev.container | /usr/bin/env: 'php': No such file or directory
I solved this adding the PATH PATH=/usr/bin:/usr/local/bin:$PATH to the cron script located unter /etc/cron.d/myscript.
PATH=/usr/bin:/usr/local/bin:$PATH
/etc/cron.d/myscript
Feel free to add this hint, to the documentation which might help others using janitor in combination with CRON.
Best, Thomas E.-E.
The text was updated successfully, but these errors were encountered:
eef9224
bnomei
No branches or pull requests
Hi Bruno,
following your documentation to call job via CRON the following error occurred in my DEBIAN setup:
dev.container | /usr/bin/env: 'php': No such file or directory
I solved this adding the PATH
PATH=/usr/bin:/usr/local/bin:$PATH
to the cron script located unter/etc/cron.d/myscript
.Feel free to add this hint, to the documentation which might help others using janitor in combination with CRON.
Best, Thomas E.-E.
The text was updated successfully, but these errors were encountered: