fix deadlock when more than 1 plugin is installed
Signed-off-by: Victor Vieux <vieux@docker.com> Upstream-commit: 42360d164b9f25fb4b150ef066fcf57fa39559a7 Component: engine
This commit is contained in:
@ -326,8 +326,8 @@ func (pm *Manager) init() error {
|
||||
}
|
||||
}
|
||||
}(p)
|
||||
group.Wait()
|
||||
}
|
||||
group.Wait()
|
||||
return pm.save()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user