mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
fix: global in-place update boolean check (#10900)
This commit is contained in:
parent
d295ce5708
commit
598ca0569c
@ -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.
|
// Check for new updates from dl.min.io.
|
||||||
checkUpdate(getMinioMode())
|
checkUpdate(getMinioMode())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user