Imported Upstream version 1.4.16+git20130919
This commit is contained in:
parent
01ca3b324f
commit
57371046fd
50 changed files with 3885 additions and 500 deletions
|
@ -44,6 +44,10 @@ for (@responce) {
|
|||
|
||||
my $result;
|
||||
|
||||
# expand paths
|
||||
$ssh_key = glob($ssh_key) if $ssh_key;
|
||||
$ssh_conf = glob($ssh_conf) if $ssh_conf;
|
||||
|
||||
## Single active checks
|
||||
|
||||
for (my $i=0; $i<4; $i++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue