mirror of https://github.com/docker/docs.git
fix deadlock when more than 1 plugin is installed
Signed-off-by: Victor Vieux <vieux@docker.com> (cherry picked from commit 42360d164b9f25fb4b150ef066fcf57fa39559a7) Signed-off-by: Tibor Vass <tibor@docker.com>
This commit is contained in:
parent
2422b48ffb
commit
23b79424c0
|
@ -326,8 +326,8 @@ func (pm *Manager) init() error {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}(p)
|
}(p)
|
||||||
group.Wait()
|
|
||||||
}
|
}
|
||||||
|
group.Wait()
|
||||||
return pm.save()
|
return pm.save()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue