diff --git a/cmd/control/os.go b/cmd/control/os.go index 67acc8d8..9d9d3b26 100644 --- a/cmd/control/os.go +++ b/cmd/control/os.go @@ -165,9 +165,10 @@ func startUpgradeContainer(image string, stage, force bool) { log.Fatal(container.Err) } - fmt.Printf("Upgrading to %s\n", image) - + if !stage { + fmt.Printf("Upgrading to %s\n", image) + if !force { if !yes(in, "Continue") { os.Exit(1)