mirror of
https://github.com/minio/minio.git
synced 2025-11-08 21:24:55 -05:00
remove auto-port warning for console-address (#15260)
This commit is contained in:
@@ -430,7 +430,6 @@ func handleCommonCmdArgs(ctx *cli.Context) {
|
||||
if err != nil {
|
||||
logger.FatalIf(err, "Unable to get free port for console on the host")
|
||||
}
|
||||
globalMinioConsolePortAuto = true
|
||||
consoleAddr = net.JoinHostPort("", p.String())
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user