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

This commit is contained in:
Rafael Bodill
2020-11-15 23:34:12 +02:00
committed by GitHub
parent d295ce5708
commit 598ca0569c

View File

@@ -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())
}