This commit is contained in:
cdle
2023-06-04 14:30:54 +08:00
parent 2099b1af7a
commit 55c0895161
17 changed files with 248 additions and 304 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func initReboot() {
if tp == "fake" {
return
}
msg := "重启完成"
msg := "重启完成"
for i := 0; i < 10; i++ {
dapter, _ := GetAdapter(tp, "")
if dapter != nil {