Commit 64973f1d by Torkel Ödegaard

fix(settings): another attempt at fixing, #2736

parent d7bfb727
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment