mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
server: handle command line and env variables at one place. (#3975)
This commit is contained in:
@@ -130,7 +130,3 @@ func getPublicCertFile() string {
|
||||
func getPrivateKeyFile() string {
|
||||
return configDir.GetPrivateKeyFile()
|
||||
}
|
||||
|
||||
func isConfigFileExists() bool {
|
||||
return isFile(getConfigFile())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user