mirror of
https://github.com/minio/minio.git
synced 2025-03-30 17:23:42 -04:00
parent
a3017c724e
commit
0bcb1b679d
@ -126,7 +126,7 @@ func (a adminAPIHandlers) ServerUpdateHandler(w http.ResponseWriter, r *http.Req
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if lrTime.Sub(crTime) < 0 {
|
if lrTime.Sub(crTime) <= 0 {
|
||||||
updateStatus := madmin.ServerUpdateStatus{
|
updateStatus := madmin.ServerUpdateStatus{
|
||||||
CurrentVersion: Version,
|
CurrentVersion: Version,
|
||||||
UpdatedVersion: Version,
|
UpdatedVersion: Version,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user