mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
use command not found helper
This commit is contained in:
@@ -49,7 +49,7 @@ func (a *app) listen() *probe.Error {
|
||||
for _, s := range a.servers {
|
||||
l, err := a.net.Listen("tcp", s.Addr)
|
||||
if err != nil {
|
||||
return probe.New(err)
|
||||
return err.Trace()
|
||||
}
|
||||
if s.TLSConfig != nil {
|
||||
l = tls.NewListener(l, s.TLSConfig)
|
||||
|
||||
Reference in New Issue
Block a user