mirror of
https://github.com/duncs/clusterssh.git
synced 2025-07-03 09:53:23 +00:00
Functionality to call external command
Code and tests to call the external command
This commit is contained in:
parent
f1546a0d7d
commit
d7e116e470
4 changed files with 128 additions and 37 deletions
|
@ -439,8 +439,7 @@ sub resolve_names(@) {
|
|||
};
|
||||
|
||||
if ($@) {
|
||||
warn 'Failure running external cluster command "',
|
||||
$self->config->{external_cluster_command}, '": ', $@;
|
||||
warn $@, $/;
|
||||
}
|
||||
else {
|
||||
@servers = @new_servers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue