aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
Diffstat (limited to 'util')
-rw-r--r--util/startup.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/startup.lua b/util/startup.lua
index 339a11dc..fefedcbf 100644
--- a/util/startup.lua
+++ b/util/startup.lua
@@ -583,7 +583,7 @@ function startup.prosodyctl()
startup.init_gc();
startup.init_errors();
startup.setup_plugindir();
- -- startup.setup_plugin_install_path();
+ startup.setup_plugin_install_path();
startup.setup_datadir();
startup.chdir();
startup.read_version();
@@ -612,7 +612,7 @@ function startup.prosody()
startup.check_dependencies();
startup.load_libraries();
startup.setup_plugindir();
- -- startup.setup_plugin_install_path();
+ startup.setup_plugin_install_path();
startup.setup_datadir();
startup.chdir();
startup.add_global_prosody_functions();