mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
fix(plugins): fix for default plugin dif
This commit is contained in:
parent
83346a29aa
commit
01d47fb280
@ -45,7 +45,7 @@ func Init() error {
|
||||
}
|
||||
|
||||
scan(path.Join(setting.StaticRootPath, "app/plugins"))
|
||||
scan(path.Join(setting.StaticRootPath, setting.PluginsPath))
|
||||
scan(setting.PluginsPath)
|
||||
checkPluginPaths()
|
||||
// checkDependencies()
|
||||
return nil
|
||||
|
Loading…
Reference in New Issue
Block a user