From cbaa78eccafb3b98ddd34385690c2e2ede04314c Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 19 Aug 2018 14:44:50 +0100 Subject: util.startup: Set flag when config fully loaded --- util/startup.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/util/startup.lua b/util/startup.lua index 4ae45bdf..e92867dc 100644 --- a/util/startup.lua +++ b/util/startup.lua @@ -65,6 +65,7 @@ function startup.read_config() print(""); os.exit(1); end + prosody.config_loaded = true; end function startup.check_dependencies() -- cgit v1.2.3