Do not execute omnishell commands in debug mode.
Fixes pandora_enterprise#8087.
This commit is contained in:
parent
aa2eb08edb
commit
f19fd978ac
|
@ -2047,8 +2047,6 @@ Pandora_Windows_Service::pandora_run (int forced_run) {
|
|||
this->pandora_init ();
|
||||
}
|
||||
this->checkCollections ();
|
||||
}
|
||||
|
||||
|
||||
/* Execute omnishell commands */
|
||||
omnishell_path = '"'+Pandora::getPandoraInstallDir ();
|
||||
|
@ -2057,6 +2055,7 @@ Pandora_Windows_Service::pandora_run (int forced_run) {
|
|||
pandoraLog ("Omnishell: Running");
|
||||
}
|
||||
omnishell_output = getValueFromCmdExec(omnishell_path.c_str(), 6000000);
|
||||
}
|
||||
|
||||
server_addr = conf->getValue ("server_ip");
|
||||
|
||||
|
|
Loading…
Reference in New Issue