mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Quick fix DiscoveryServer
Former-commit-id: 0dea07b53b993a82d233acec71a45f7a241a205e
This commit is contained in:
parent
4289684e00
commit
6105ef1116
@ -276,9 +276,9 @@ sub exec_recon_script ($$$) {
|
||||
|
||||
if (-x $command) {
|
||||
my $exec_output = `$command $args`;
|
||||
logger ($pa_config, "Execution output: \n", $exec_output);
|
||||
logger($pa_config, "Execution output: \n". $exec_output, 10);
|
||||
} else {
|
||||
logger ($pa_config, "Cannot execute recon task command $command.");
|
||||
logger($pa_config, "Cannot execute recon task command $command.", 10);
|
||||
}
|
||||
|
||||
# Only update the timestamp in case something went wrong. The script should set the status.
|
||||
|
Loading…
x
Reference in New Issue
Block a user