定时任务支持设定工作文件集
#2131
Replies: 1 comment
-
任务运行前执行 cd xxx/yyy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
有时候某一些文件需要在特定文件夹下面运行,但是目前创建定时任务的地方无法指定工作文件夹。
使用 cd xxx/yyy && python test.py 这种写法也不行,它依然会把工作文件就设定为/ql
Beta Was this translation helpful? Give feedback.
All reactions