Merge branch 'main' of ssh://github.com/OliveTin/OliveTin

This commit is contained in:
jamesread 2022-11-13 08:36:20 +00:00
commit 2244d2c3ef
1 changed files with 2 additions and 0 deletions

View File

@ -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/",
} }