mirror of
https://github.com/grafana/grafana.git
synced 2025-08-01 01:51:49 +08:00
fix(plugins): scans default plugin path
This commit is contained in:
@ -45,6 +45,7 @@ func Init() error {
|
||||
}
|
||||
|
||||
scan(path.Join(setting.StaticRootPath, "app/plugins"))
|
||||
scan(path.Join(setting.StaticRootPath, setting.PluginsPath))
|
||||
checkPluginPaths()
|
||||
// checkDependencies()
|
||||
return nil
|
||||
|
Reference in New Issue
Block a user