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 {
|
func findWebuiDir() string {
|
||||||
directoriesToSearch := []string{
|
directoriesToSearch := []string{
|
||||||
"./webui",
|
"./webui",
|
||||||
|
"/usr/share/OliveTin/webui/",
|
||||||
|
"/var/www/OliveTin/",
|
||||||
"/var/www/olivetin/",
|
"/var/www/olivetin/",
|
||||||
"/etc/OliveTin/webui/",
|
"/etc/OliveTin/webui/",
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue