标签: cron cpanel
这是我的cron命令:
/usr/bin/wget -O /dev/null -o /dev/null https://example.com/file1.php; wget -q -O - https://example.com/file2.php
第一个文件正在运行4分钟以更新数据库(我有日志),第二个文件由于某种原因在1:45之后运行,如何运行而没有完成第一个文件?
谢谢!