From 5f5e208b0e1b400a649d5a846daec3ceffff113c Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 3 Sep 2023 07:43:27 +0000 Subject: [PATCH] Update 'luasrc/model/cbi/bookstack.lua' --- luasrc/model/cbi/bookstack.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luasrc/model/cbi/bookstack.lua b/luasrc/model/cbi/bookstack.lua index cb2657b..19899c6 100644 --- a/luasrc/model/cbi/bookstack.lua +++ b/luasrc/model/cbi/bookstack.lua @@ -7,7 +7,7 @@ local bookstack_model = require "luci.model.bookstack" local m, s, o m = taskd.docker_map("bookstack", "bookstack", "/usr/libexec/apps/bookstack/bookstack.sh", - translate("bookstack"), + translate("Bookstack"), translate("Bookstack is a free and open source Wiki designed for creating beautiful documentation. Featuring a simple, but powerful WYSIWYG editor it allows for teams to create detailed and useful documentation with ease.") .. translate("Official website:") .. ' https://www.bookstackapp.com/') @@ -35,8 +35,8 @@ local home = bookstack_model.home() o = s:option(Value, "config_path", translate("Config path").."*") o.rmempty = false o.datatype = "string" -o:value("/opt/docker2/compose/Config/bookstack", "/opt/docker2/compose/Config/bookstack") -o.default = "/opt/docker2/compose/Config/bookstack" +o:value("/opt/docker2/compose/bookstack", "/opt/docker2/compose/bookstack") +o.default = "/opt/docker2/compose/bookstack" local paths, default_path = bookstack_model.find_paths(blocks, home, "Configs") for _, val in pairs(paths) do