errors in crontab file, can't install. #254
-
更新/root/jd/scripts成功... "/root/jd/config/crontab.list":57: bad day-of-month |
Beta Was this translation helpful? Give feedback.
Answered by
lan-tianxiang
Jul 8, 2021
Replies: 2 comments
-
好的
…----------
该邮件从移动设备发送
--------------原始邮件--------------
发件人:"紫月狂魔 ***@***.***>;
发送时间:2021年7月6日(星期二) 晚上7:17
收件人:"lan-tianxiang/JS_TOOL" ***@***.***>;
抄送:"Subscribed ***@***.***>;
主题:[lan-tianxiang/JS_TOOL] errors in crontab file, can't install. (#254)
-----------------------------------
更新/root/jd/scripts成功...
"/root/jd/config/crontab.list":57: bad day-of-month
errors in crontab file, can't install.
"/root/jd/config/crontab.list":57: bad day-of-month
errors in crontab file, can't install.
这一行的定时格式错了:
58 7,15,23 jd jd_joy_reward
需要改成
58 7,15,23 * * * jd jd_joy_reward
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
已修复 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lan-tianxiang
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
已修复