func (pm *Manager) restorePlugin(p *v2.Plugin) error { p.Restore(pm.runRoot) if p.IsEnabled() { return pm.restore(p) } return nil }