diff --git a/cmd/server-main.go b/cmd/server-main.go index 786ebaa90..33a73d929 100644 --- a/cmd/server-main.go +++ b/cmd/server-main.go @@ -407,7 +407,7 @@ func serverMain(ctx *cli.Context) { } } - if !globalCLIContext.Quiet && globalInplaceUpdateDisabled { + if !globalCLIContext.Quiet && !globalInplaceUpdateDisabled { // Check for new updates from dl.min.io. checkUpdate(getMinioMode()) }