All public logs
Jump to navigation
Jump to search
Combined display of all available logs of 清冽之泉. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:37, 29 September 2025 Mwroot talk contribs created page Crontab 定时任务不按预计运行怎么办 (Created page with "有一个 crontab 定时任务,设定了半个月了,今天一检查发现它压根儿没运行。 原任务: <syntaxhighlight lang="bash"> 20 6 * * * source /path/to/activate && /path/to/python /path/to/old.py && deactivate </syntaxhighlight> 网上检索,发现应该是 crontab 中的 py 脚本,找不到预设的 bash 环境变量,具体怎么解决我也不想深究。把运行 old.py 的以下环境变量,都写进以下 new.sh,新任务用 sh 脚...")