This commit is contained in:
cdle
2021-09-18 17:04:56 +08:00
parent 2a90879f18
commit 0b620a71a4
+1 -1
View File
@@ -14,7 +14,7 @@ func init() {
if v != "" {
vv := strings.Split(v, " ")
tp, cd, ud := vv[0], Int(vv[1]), Int(vv[2])
msg := name() + "重启完成。"
msg := "重启完成。"
if cd == 0 {
Push(tp, ud, msg)
} else {