Try a fix
This commit is contained in:
parent
faf03232f4
commit
d077a5933f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ our $nb_cpus = 0;
|
|||
$nb_cpus = grep {/^processor\s/} <$cpuinfo>;
|
||||
close $cpuinfo;
|
||||
|
||||
my @servers = ("gearmand-srv:4730");
|
||||
our @servers = ("gearmand-srv:4730");
|
||||
|
||||
sub add_server(@)
|
||||
{
|
||||
|
|
Reference in a new issue