mirror of
https://github.com/minio/minio.git
synced 2024-12-27 15:45:55 -05:00
eb7c690ea9
This PR allows 'minio update' to not only shows update banner but also allows for in-place upgrades. Updates are done safely by validating the downloaded sha256 of the binary. Fixes #4781
8 lines
85 B
Go
8 lines
85 B
Go
// +build !windows
|
|
|
|
package update
|
|
|
|
func hideFile(path string) error {
|
|
return nil
|
|
}
|