mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Fixed warning in pandora_manage(CLI). Tiquet: #3496
(cherry picked from commit ccf7da77a9e0cf503c2558e09562f7a7478d374d)
This commit is contained in:
parent
8dbca91c6d
commit
0b725ba2fc
@ -3881,7 +3881,7 @@ sub cli_locate_agent () {
|
||||
}
|
||||
}
|
||||
|
||||
if (defined(@list_servers)) {
|
||||
if (scalar(@list_servers) > 0) {
|
||||
$list_names_servers = join(',',@list_servers);
|
||||
print_log "[INFO] The agent: $agent_name find in server with IDS: $list_names_servers\n\n";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user