Commit 60282166 authored by Pavel Vainerman's avatar Pavel Vainerman

(admin): исправил ошибку с "молчаливым" выводом --exist..

parent a042ea14
...@@ -208,7 +208,8 @@ int main(int argc, char** argv) ...@@ -208,7 +208,8 @@ int main(int argc, char** argv)
uniset_init(argc,argv,conffile); uniset_init(argc,argv,conffile);
UniversalInterface ui(conf); UniversalInterface ui(conf);
Command cmd=Exist; Command cmd=Exist;
verb = true;
ObjectRepository* rep = new ObjectRepository(conf); ObjectRepository* rep = new ObjectRepository(conf);
commandToAll(conf->getServicesSection(), rep, (Command)cmd); commandToAll(conf->getServicesSection(), rep, (Command)cmd);
commandToAll(conf->getControllersSection(), rep, (Command)cmd); commandToAll(conf->getControllersSection(), 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