I tried a cron test to confirm that cron still works properly.
My problem was while trying to run a command in my laravel project, my script content:
* * * * * cd /www/wwwroot/drivco.shop && php artisan schedule:run >> /dev/null 2>&1
log:
file:
now. my project folder chown is root.
i tried to reinstall cron, but i still have the same problem, please help me. thanks.