[dashboard 0.4.1 & agent 0.3.4] 🚸 添加计划任务文案、计划任务超时

This commit is contained in:
naiba
2021-01-29 09:22:24 +08:00
parent 70e5336fc1
commit 67230ee4b8
4 changed files with 22 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
计划的格式为:<code>* * * * *</code> 分 时 天 月 星期,详情见 <a
href="https://pkg.go.dev/github.com/robfig/cron/v3#hdr-CRON_Expression_Format"
target="_blank">计划表达式格式</a><br>
命令:就像写 shell/bat 脚本一样,但是不推荐换行,多个命令使用 `&&`/`&` 连接,如果遇到 xxx 命令找不到,可能是 <code>PATH</code> 环境变量的问题,`Linux` 主机在命令开头加入
命令:就像写 shell/bat 脚本一样,但是不推荐换行,多个命令使用 <code>&&</code>/<code>&</code> 连接,如果遇到 xxx 命令找不到,可能是 <code>PATH</code> 环境变量的问题,<code>Linux</code> 主机在命令开头加入
<code>source ~/.bashrc</code>或者使用绝对路径执行。
</p>
</div>