mirror of https://github.com/hak5/openwrt-owl.git
parent
c449bfea52
commit
863183ed6e
|
@ -23,7 +23,7 @@ my $ok;
|
||||||
sub localmirrors {
|
sub localmirrors {
|
||||||
|
|
||||||
my @mlist;
|
my @mlist;
|
||||||
open LM, "$scriptdir/localmirrors" or return "";
|
open LM, "$scriptdir/localmirrors" or return ();
|
||||||
while (<LM>) {
|
while (<LM>) {
|
||||||
chomp $_;
|
chomp $_;
|
||||||
push @mlist, $_;
|
push @mlist, $_;
|
||||||
|
|
Loading…
Reference in New Issue