From 644e76a64fef2036b75f4330204815be73160b7a 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(+) (limited to 'util') 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