Commit bf515936 authored by Pavel Vainerman's avatar Pavel Vainerman

(admin): починил вывод --exist

parent fe2ec695
...@@ -199,6 +199,7 @@ int main(int argc, char** argv) ...@@ -199,6 +199,7 @@ int main(int argc, char** argv)
uniset_init(argc,argv,conffile); uniset_init(argc,argv,conffile);
UInterface ui(conf); UInterface ui(conf);
verb = true;
Command cmd=Exist; Command cmd=Exist;
ObjectRepository* rep = new ObjectRepository(conf); ObjectRepository* rep = new ObjectRepository(conf);
commandToAll(conf->getServicesSection(), rep, (Command)cmd); commandToAll(conf->getServicesSection(), rep, (Command)cmd);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment