update
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ func init() {
|
|||||||
vv := strings.Split(v, " ")
|
vv := strings.Split(v, " ")
|
||||||
tp, cd, ud := vv[0], Int(vv[1]), Int(vv[2])
|
tp, cd, ud := vv[0], Int(vv[1]), Int(vv[2])
|
||||||
if tp == "fake" {
|
if tp == "fake" {
|
||||||
NotifyMasters("已完成自动更新。")
|
NotifyMasters("自动更新完成。")
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
msg := "重启完成。"
|
msg := "重启完成。"
|
||||||
|
|||||||
Reference in New Issue
Block a user