# HG changeset patch # User Kim Alvefur # Date 1521923943 -3600 # Node ID 019b4b3dd5ad4f8bb77340de24b7655016d1b4b7 # Parent ee01578c67cb37a2719bd9f0a941a694200b67dc util.startup: Read version for prosodyctl (restores version in 'about' command) diff -r ee01578c67cb -r 019b4b3dd5ad util/startup.lua --- a/util/startup.lua Sat Mar 24 00:06:55 2018 +0100 +++ b/util/startup.lua Sat Mar 24 21:39:03 2018 +0100 @@ -487,6 +487,7 @@ startup.read_config(); startup.init_global_state(); startup.chdir(); + startup.read_version(); startup.switch_user(); startup.check_dependencies(); startup.force_console_logging();