mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05: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