mirror of
https://github.com/pgsty/minio.git
synced 2026-07-24 22:46:16 +03:00
config: Allow non-standard config dir to be configured with SSL. (#3583)
This commit is contained in:
+1
-3
@@ -129,9 +129,7 @@ func setGlobalsFromContext(c *cli.Context) {
|
||||
if globalConfigDir == "" {
|
||||
console.Fatalf("Unable to get config file. Config directory is empty.")
|
||||
}
|
||||
|
||||
// Set global quiet flag.
|
||||
globalQuiet = c.Bool("quiet") || c.GlobalBool("quiet")
|
||||
|
||||
// Is TLS configured?.
|
||||
globalIsSSL = isSSL()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user