mirror of
https://github.com/grafana/grafana.git
synced 2025-02-15 10:03:33 -06:00
fix(settings): another attempt at fixing, #2736
This commit is contained in:
parent
d7bfb727b0
commit
64973f1d57
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user