From 3f03ca26bf8ab94ac0491a3bd6145ee83dbc97a4 Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Thu, 10 Jul 2014 14:43:57 +1000 Subject: [PATCH] B2D seems to be the theoretical cfg, and I recently changed to be the values from vbox - so wil track even when the user changes them out of band --- cmds.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmds.go b/cmds.go index f502e5c..d512961 100644 --- a/cmds.go +++ b/cmds.go @@ -246,7 +246,7 @@ func cmdUp() int { logf("Waiting for VM to be started...") //give the VM a little time to start, so we don't kill the Serial Pipe/Socket time.Sleep(600 * time.Millisecond) - natSSH := fmt.Sprintf("localhost:%d", B2D.SSHPort) + natSSH := fmt.Sprintf("localhost:%d", m.SSHPort) IP := "" for i := 1; i < 30; i++ { if B2D.Serial && runtime.GOOS != "windows" {