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