commit e8a24a2: [Minor] configwizard: really use LOCAL_CONFDIR
Andrew Lewis
nerf at judo.za.org
Mon Jul 29 17:52:10 UTC 2024
Author: Andrew Lewis
Date: 2024-02-01 12:19:39 +0200
URL: https://github.com/rspamd/rspamd/commit/e8a24a2ac4799547bf15f8dfdb49adbeef9c0423 (refs/pull/4804/head)
[Minor] configwizard: really use LOCAL_CONFDIR
---
lualib/rspamadm/configwizard.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lualib/rspamadm/configwizard.lua b/lualib/rspamadm/configwizard.lua
index 2637036f1..7c928cded 100644
--- a/lualib/rspamadm/configwizard.lua
+++ b/lualib/rspamadm/configwizard.lua
@@ -15,7 +15,7 @@ limitations under the License.
]]--
local ansicolors = require "ansicolors"
-local local_conf = rspamd_paths['CONFDIR']
+local local_conf = rspamd_paths['LOCAL_CONFDIR']
local rspamd_util = require "rspamd_util"
local rspamd_logger = require "rspamd_logger"
local lua_util = require "lua_util"
More information about the Commits
mailing list