mirror of https://github.com/minio/minio.git
config/main: set the missing value.
This commit is contained in:
parent
4f6cf5a6b2
commit
8255590b3c
|
@ -101,6 +101,8 @@ func initConfig() *probe.Error {
|
|||
}
|
||||
// Save the loaded config globally.
|
||||
serverConfig = qc.Data().(*serverConfigV3)
|
||||
// Set the version properly after the unmarshalled json is loaded.
|
||||
serverConfig.Version = globalMinioConfigVersion
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue