Merge branch 'main' of ssh://github.com/OliveTin/OliveTin
This commit is contained in:
commit
2244d2c3ef
|
|
@ -25,6 +25,8 @@ type webUISettings struct {
|
|||
func findWebuiDir() string {
|
||||
directoriesToSearch := []string{
|
||||
"./webui",
|
||||
"/usr/share/OliveTin/webui/",
|
||||
"/var/www/OliveTin/",
|
||||
"/var/www/olivetin/",
|
||||
"/etc/OliveTin/webui/",
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue