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
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…
Reference in New Issue