# HG changeset patch # User Matthew Wild # Date 1534686290 -3600 # Node ID 8b2b8f1a911f5a188fe27989c62011d83af5fe7c # Parent 172f93f752b800eb8c399c0152fdbb97f35a9bd3 util.startup: Set flag when config fully loaded diff -r 172f93f752b8 -r 8b2b8f1a911f util/startup.lua --- a/util/startup.lua Sun Aug 19 13:20:55 2018 +0100 +++ b/util/startup.lua Sun Aug 19 14:44:50 2018 +0100 @@ -65,6 +65,7 @@ print(""); os.exit(1); end + prosody.config_loaded = true; end function startup.check_dependencies()