diff --git a/luasrc/model/cbi/seafile.lua b/luasrc/model/cbi/seafile.lua index 4abed9f..b076322 100644 --- a/luasrc/model/cbi/seafile.lua +++ b/luasrc/model/cbi/seafile.lua @@ -35,8 +35,8 @@ local home = seafile_model.home() o = s:option(Value, "config_path", translate("Config path").."*") o.rmempty = false o.datatype = "string" -o:value("/opt/docker2/compose/seafile-app/config", "/opt/docker2/compose/seafile-app/config") -o.default = "//opt/docker2/compose/seafile-app/config" +o:value("/opt/docker2/compose/seafile-app/", "/opt/docker2/compose/seafile-app/") +o.default = "/opt/docker2/compose/seafile-app/" local paths, default_path = seafile_model.find_paths(blocks, home, "Configs") for _, val in pairs(paths) do