Merge branch 'ent-7277-11643-it-werke-log-en-agente-provocado-por-omnishell' into 'develop'

Update rc code after execute omnishell_client - windows only

See merge request artica/pandorafms!4176
This commit is contained in:
Daniel Rodriguez 2021-06-21 10:13:54 +00:00
commit a4c2fcd6a6
2 changed files with 2 additions and 2 deletions

BIN
pandora_agents/win32/bin/util/omnishell_client.exe Executable file → Normal file

Binary file not shown.

View File

@ -63,7 +63,7 @@ my $config = read_configuration({},' ', [
if (!defined($ConfFile) || !-e $ConfFile) {
print $HELP;
exit 1;
exit 0;
}
if(!-d dirname($ConfFile).'\commands') {
@ -87,7 +87,7 @@ if ($@) {
if (is_enabled($config->{'debug'})) {
print STDERR $@."\n";
}
exit 1;
exit 0;
}
exit 0;