fix crontab not using correct php bin

This commit is contained in:
Henry Whitaker
2023-06-25 09:59:34 +01:00
parent 14fd1b688e
commit 4e649b24f3

View File

@@ -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