Update machine ID storage to prevent lost ID

This commit is contained in:
Chris Roberts 2022-02-18 16:53:45 -08:00 committed by Paul Hinze
parent 0a676fd3f1
commit 64751ae8b9
No known key found for this signature in database
GPG Key ID: B69DEDF2D55501C0

View File

@ -42,6 +42,7 @@ func (m *Machine) SetID(value string) (err error) {
} else {
err = m.SaveMachine()
}
return
}