We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 429947b + 426c4aa commit a229ac1Copy full SHA for a229ac1
1 file changed
cmds.go
@@ -354,7 +354,7 @@ func cmdPoweroff() int {
354
func cmdUpgrade() int {
355
m, err := vbx.GetMachine(B2D.VM)
356
if err == nil && m.State == vbx.Running {
357
- if cmdDownload() == 0 && cmdStop() == 0 {
+ if cmdStop() == 0 && cmdDownload() == 0 {
358
return cmdUp()
359
} else {
360
return 0
0 commit comments