fix: global in-place update boolean check (#10900)

master
Rafael Bodill 4 years ago committed by GitHub
parent d295ce5708
commit 598ca0569c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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())
}

Loading…
Cancel
Save