mirror of
https://github.com/grafana/grafana.git
synced 2026-08-25 21:07:38 -05:00
fix(settings): another attempt at fixing, #2736
This commit is contained in:
@@ -363,7 +363,7 @@ func validateStaticRootPath() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
if _, err := os.Stat(StaticRootPath + "css"); err == nil {
|
||||
if _, err := os.Stat(path.Join(StaticRootPath, "css")); err == nil {
|
||||
return nil
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user