From: Andrew Lewis Date: Thu, 1 Feb 2024 10:19:39 +0000 (+0200) Subject: [Minor] configwizard: really use LOCAL_CONFDIR X-Git-Tag: 3.8.2~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4804%2Fhead;p=thirdparty%2Frspamd.git [Minor] configwizard: really use LOCAL_CONFDIR --- diff --git a/lualib/rspamadm/configwizard.lua b/lualib/rspamadm/configwizard.lua index 2637036f13..7c928cded0 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"