Vaguely working
This commit is contained in:
@ -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: ";
|
||||
|
Reference in New Issue
Block a user