Fix gl-pre-git
This commit is contained in:
parent
ff9c3a5ad2
commit
ef85ae2708
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ if ($ip->overlaps($labnetwork) == $IP_A_IN_B_OVERLAP)
|
|||
# exit 1;
|
||||
#}
|
||||
|
||||
return 0 if (grep { /\Q$repo_login\E/ } @habitent_loin);
|
||||
exit 0 if (grep { /\Q$repo_login\E/ } @habitent_loin);
|
||||
|
||||
my $schoolnetwork = Net::IP->new('10.41.0.0/16');
|
||||
#my $vjschoolnetwork = Net::IP->new('10.3.0.0/16');
|
||||
|
|
Reference in a new issue