mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 05:30:24 +03: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