mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 06:26:17 +03:00
fix: global in-place update boolean check (#10900)
This commit is contained in:
+1
-1
@@ -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())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user