This commit is contained in:
cdle
2021-09-23 21:50:39 +08:00
parent 55cd50847e
commit c500ef1850
+1 -1
View File
@@ -15,7 +15,7 @@ func init() {
vv := strings.Split(v, " ")
tp, cd, ud := vv[0], Int(vv[1]), Int(vv[2])
if tp == "fake" {
NotifyMasters("已完成自动更新。")
NotifyMasters("自动更新完成。")
return
}
msg := "重启完成。"