diff --git a/cmd/control/os.go b/cmd/control/os.go index 4b8e49a1..f5f35450 100644 --- a/cmd/control/os.go +++ b/cmd/control/os.go @@ -174,9 +174,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)