From 810de3893ca5993290a9c3ed1525d4b7b14a8d91 Mon Sep 17 00:00:00 2001
From: Kim Alvefur <zash@zash.se>
Date: Wed, 7 Oct 2020 15:37:15 +0200
Subject: util.startup: Save the path used by the installer to prosody.paths

Makes it easier for other parts of the code to use this for things, such
as determining whether a certain module is from this path or from
elsewhere.
---
 util/startup.lua | 1 +
 1 file changed, 1 insertion(+)

(limited to 'util')

diff --git a/util/startup.lua b/util/startup.lua
index b7d9f6fe..f0b9b2c0 100644
--- a/util/startup.lua
+++ b/util/startup.lua
@@ -269,6 +269,7 @@ function startup.setup_plugin_install_path()
 	require"util.paths".complement_lua_path(installer_plugin_path);
 	-- luacheck: ignore 111
 	CFG_PLUGINDIR = installer_plugin_path..path_sep..(CFG_PLUGINDIR or "plugins");
+	prosody.paths.installer = installer_plugin_path;
 	prosody.paths.plugins = CFG_PLUGINDIR;
 end
 
-- 
cgit v1.2.3