- introduce configurable ZAPITDIR

Conflicts:
	data/config/settingsupdate.conf.in

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-10-19 22:35:24 +02:00
committed by Thilo Graf
parent 3cc4b7c53e
commit 08ee186b19
19 changed files with 50 additions and 42 deletions

View File

@@ -418,6 +418,7 @@ static void set_lua_variables(lua_State *L)
table_key_s directories[] =
{
{ "CONFIGDIR", CONFIGDIR },
{ "ZAPITDIR", ZAPITDIR },
{ "DATADIR", DATADIR },
{ "DATADIR_VAR", DATADIR_VAR },
{ "CONTROLDIR", CONTROLDIR },