From 426c4aab14ee6fe551b71cd47c77308d9a1ada65 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Thu, 24 Jul 2014 16:01:20 +1000 Subject: [PATCH] Sorry, windows won't let you move that file aside while vbox is using it --- cmds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds.go b/cmds.go index 72ab184..f927581 100644 --- a/cmds.go +++ b/cmds.go @@ -354,7 +354,7 @@ func cmdPoweroff() int { func cmdUpgrade() int { m, err := vbx.GetMachine(B2D.VM) if err == nil && m.State == vbx.Running { - if cmdDownload() == 0 && cmdStop() == 0 { + if cmdStop() == 0 && cmdDownload() == 0 { return cmdUp() } else { return 0