mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
Fix a bug in previous patch.
This commit is contained in:
parent
bf2b8879b7
commit
f8a3b1e164
@ -165,12 +165,12 @@ func checkUpdate() {
|
||||
|
||||
// Generic Minio initialization to create/load config, prepare loggers, etc..
|
||||
func minioInit(ctx *cli.Context) {
|
||||
// Sets new config directory.
|
||||
setGlobalConfigPath(globalConfigDir)
|
||||
|
||||
// Set global variables after parsing passed arguments
|
||||
setGlobalsFromContext(ctx)
|
||||
|
||||
// Sets new config directory.
|
||||
setGlobalConfigPath(globalConfigDir)
|
||||
|
||||
// Is TLS configured?.
|
||||
globalIsSSL = isSSL()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user