mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix deadlock when more than 1 plugin is installed
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
87e48ecd04
commit
42360d164b
1 changed files with 1 additions and 1 deletions
|
@ -326,8 +326,8 @@ func (pm *Manager) init() error {
|
|||
}
|
||||
}
|
||||
}(p)
|
||||
group.Wait()
|
||||
}
|
||||
group.Wait()
|
||||
return pm.save()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue