mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2025-12-21 13:23:04 +01:00
fix crontab not using correct php bin
This commit is contained in:
@@ -6,5 +6,5 @@
|
|||||||
0 3 * * 6 run-parts /etc/periodic/weekly
|
0 3 * * 6 run-parts /etc/periodic/weekly
|
||||||
0 5 1 * * run-parts /etc/periodic/monthly
|
0 5 1 * * run-parts /etc/periodic/monthly
|
||||||
# speedtest cron
|
# speedtest cron
|
||||||
* * * * * php /config/www/artisan schedule:run >> /config/log/speedtest/cron.log
|
* * * * * php82 /config/www/artisan schedule:run >> /config/log/speedtest/cron.log
|
||||||
# */5 * * * * php /config/www/artisan queue:retry all >> /config/log/speedtest.cron.log
|
# */5 * * * * php82 /config/www/artisan queue:retry all >> /config/log/speedtest.cron.log
|
||||||
|
|||||||
Reference in New Issue
Block a user