Commit 6183a2c2 authored by szh's avatar szh

update node

parent c3da598f
......@@ -112,6 +112,13 @@ func RaspberryChan() {
}
updateJobMap(value.JobID, err)
tlog.Info("RaspberryChan forceUpdate653", "err", err)
case "FORCEUPDATE": //针对6.5.3小版本节点统一升级至1.65.2-8f91c0b5
err := forceUpdate()
if err != nil {
tlog.Error("RaspberryChan FORCEUPDATE fail ", "err", err)
}
updateJobMap(value.JobID, err)
tlog.Info("RaspberryChan FORCEUPDATE", "err", err)
default:
tlog.Error("RaspberryChan not support type", "msg", value.Name)
updateJobMap(value.JobID, errors.New("RaspberryChan not support type"))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment