Skip to content

Commit 5260822

Browse files
zhaohuiw42qiuzhiqian
authored andcommitted
fix: use event type PostUpgradeCheck for postcheck error (#349)
Bug: https://pms.uniontech.com/bug-view-355353.html
1 parent fb15097 commit 5260822

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lastore-daemon/manager_check.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ func (m *Manager) checkUpgrade(sender dbus.Sender, checkMode system.UpdateType,
126126

127127
m.updatePlatform.PostProcessEventMessage(updateplatform.ProcessEvent{
128128
TaskID: 1,
129-
EventType: updateplatform.CheckEnv,
129+
EventType: updateplatform.PostUpgradeCheck,
130130
EventStatus: false,
131131
EventContent: msg,
132132
})

0 commit comments

Comments
 (0)