From a760a47585be39fe35089d9d234a3b5f7097989c Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 8 Sep 2023 06:30:41 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/seafile.lua' --- luasrc/model/cbi/seafile.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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