Vaguely working

This commit is contained in:
Your Name
2025-05-04 20:34:46 +12:00
parent 8d2a66ee49
commit 3bfd6a3cba
3 changed files with 43 additions and 19 deletions

View File

@ -155,6 +155,9 @@ int main(int argc, char* argv[]) {
if (!gConfig().is_config_set())
return die("Please run 'dropshell edit' to set up the dropshell configuration.");
// load the template sources.
gTemplateManager().load_sources();
const std::vector<std::string> & server_definition_paths = gConfig().get_local_server_definition_paths();
if (server_definition_paths.size()>1) { // only show if there are multiple.
std::cout << "Server definition paths: ";