修复用户认证字段,添加rebuild命令

This commit is contained in:
whyour
2021-03-21 19:34:41 +08:00
parent baa16d8ab2
commit b264c91846
4 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
{"user":"admin","password":"adminadmin"}
{ "username": "admin", "password": "adminadmin" }
+2
View File
@@ -1,6 +1,8 @@
# 更新你需要的仓库的代码
55 2,13 * * * bash git_pull >> ${JD_DIR}/log/git_pull.log 2>&1
30 * * * * bash diy i-chenzhe qx >> ${JD_DIR}/log/diy_pull.log 2>&1
# 重新build面板
# 30 7 */7 * * bash rebuild >> ${JD_DIR}/log/rebuild.log 2>&1
# 删除 RmLogDaysAgo 指定天数以前的旧日志,本行为不记录日志
57 13 * * * bash rm_log >/dev/null 2>&1