aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/startup.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/startup.lua b/util/startup.lua
index 93d91caf..a7ed333a 100644
--- a/util/startup.lua
+++ b/util/startup.lua
@@ -220,8 +220,8 @@ function startup.setup_plugindir()
-- path1;path2;path3;defaultpath...
-- luacheck: ignore 111
CFG_PLUGINDIR = table.concat(custom_plugin_paths, path_sep)..path_sep..(CFG_PLUGINDIR or "plugins");
+ prosody.paths.plugins = CFG_PLUGINDIR;
end
- prosody.paths.plugins = CFG_PLUGINDIR;
end
function startup.chdir()