mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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:
commit
a4c2fcd6a6
BIN
pandora_agents/win32/bin/util/omnishell_client.exe
Executable file → Normal file
BIN
pandora_agents/win32/bin/util/omnishell_client.exe
Executable file → Normal file
Binary file not shown.
@ -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;
|
Loading…
x
Reference in New Issue
Block a user